File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ const fixBalancesTokens = {
86
86
'0x0000000000000000000000000000000000001013' : { coingeckoId : "liquid-hydra" , decimals : 18 } ,
87
87
'0xbbf6f2d2d462185df545c744974b7eb6ddadfcfd' : { coingeckoId : "usd-coin" , decimals : 6 } ,
88
88
'0xb8043294eff43bcd01bd33968c7ae9dbc6a4bf8b' : { coingeckoId : "wrapped-bitcoin" , decimals : 8 } ,
89
+ } ,
90
+ scroll : {
91
+ '0xdb9e8f82d6d45fff803161f2a5f75543972b229a' : { coingeckoId : "quill-usdq" , decimals : 18 } ,
92
+ '0x056a5fa5da84ceb7f93d36e545c5905607d8bd81' : { coingeckoId : "ether-fi" , decimals : 18 } ,
93
+ '0x03569cc076654f82679c4ba2124d64774781b01d' : { coingeckoId : "liquity-bold" , decimals : 18 } ,
89
94
}
90
95
}
91
96
Original file line number Diff line number Diff line change
1
+ const { uniV3Export } = require ( '../helper/uniswapV3' )
2
+
3
+ module . exports = {
4
+ ...uniV3Export ( {
5
+ scroll : {
6
+ factory : '0x1d25AF2b0992bf227b350860Ea80Bad47382CAf6' ,
7
+ fromBlock : 14223999
8
+ } ,
9
+ } )
10
+ }
You can’t perform that action at this time.
0 commit comments