File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ const sonicConfig = {
49
49
"perpEngine" : "0x9100770dE5268B969e540650D003D909d5012826"
50
50
}
51
51
52
+ const abstractConfig = {
53
+ "querier" : "0xC155f48b8212a7Dd16B336f1891c8E26D5DFE093" ,
54
+ "clearinghouse" : "0x1385bF2f06165cA0621aF047cF8666c256e1B1C2" ,
55
+ "endpoint" : "0x6B104c78D384D1C25CcEe2CA0698541e22eC60b2" ,
56
+ "spotEngine" : "0xA65B7Ae7A3a17B93dc382fA1487b4bc3BCEB6e3D" ,
57
+ "perpEngine" : "0x6950DD3d2da0cdc217ad56714c6BA0011171bcC4"
58
+ }
59
+
52
60
module . exports = {
53
61
arbitrum : {
54
62
tvl : sumTokensExport ( {
@@ -79,5 +87,11 @@ module.exports = {
79
87
owners : [ sonicConfig . clearinghouse , sonicConfig . endpoint ] ,
80
88
tokens : [ ADDRESSES . sonic . USDC_e , ADDRESSES . sonic . wS ] ,
81
89
} )
90
+ } ,
91
+ abstract : {
92
+ tvl : sumTokensExport ( {
93
+ owners : [ abstractConfig . clearinghouse , abstractConfig . endpoint ] ,
94
+ tokens : [ ADDRESSES . abstract . USDC ] ,
95
+ } )
82
96
}
83
97
}
You can’t perform that action at this time.
0 commit comments