Skip to content

Commit bb62389

Browse files
authored
Add vertex on abstract. (DefiLlama#13374)
1 parent ad6787c commit bb62389

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/vertex/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ const sonicConfig = {
4949
"perpEngine": "0x9100770dE5268B969e540650D003D909d5012826"
5050
}
5151

52+
const abstractConfig = {
53+
"querier": "0xC155f48b8212a7Dd16B336f1891c8E26D5DFE093",
54+
"clearinghouse": "0x1385bF2f06165cA0621aF047cF8666c256e1B1C2",
55+
"endpoint": "0x6B104c78D384D1C25CcEe2CA0698541e22eC60b2",
56+
"spotEngine": "0xA65B7Ae7A3a17B93dc382fA1487b4bc3BCEB6e3D",
57+
"perpEngine": "0x6950DD3d2da0cdc217ad56714c6BA0011171bcC4"
58+
}
59+
5260
module.exports = {
5361
arbitrum: {
5462
tvl: sumTokensExport({
@@ -79,5 +87,11 @@ module.exports = {
7987
owners: [sonicConfig.clearinghouse, sonicConfig.endpoint],
8088
tokens: [ADDRESSES.sonic.USDC_e, ADDRESSES.sonic.wS],
8189
})
90+
},
91+
abstract: {
92+
tvl: sumTokensExport({
93+
owners: [abstractConfig.clearinghouse, abstractConfig.endpoint],
94+
tokens: [ADDRESSES.abstract.USDC],
95+
})
8296
}
8397
}

0 commit comments

Comments
 (0)