Skip to content

Commit 18c1169

Browse files
committed
track synthetix v3
1 parent 4424ad5 commit 18c1169

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

projects/synthetix-v3/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { sumTokensExport } = require('../helper/unwrapLPs')
2+
const ADDRESSES = require('../helper/coreAssets.json')
3+
4+
module.exports = {
5+
base: {
6+
tvl: sumTokensExport({ owner: '0x32C222A9A159782aFD7529c87FA34b96CA72C696', tokens: [ADDRESSES.base.USDC] })
7+
}
8+
}

projects/uniswap/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
boba: { factory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B", fromBlock: 969351, },
8181
rsk: { factory: "0xAf37Ec98A00fD63689cF3060Bf3b6784e00CaD82", fromBlock: 5829207, },
8282
scroll: { factory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919", fromBlock: 1367, },
83+
blast: { factory: "0x792edade80af5fc680d96a2ed80a44247d2cf6fd", fromBlock: 400903, },
8384
}),
8485
filecoin: { tvl: filecoinTvl },
8586
}

0 commit comments

Comments
 (0)