File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ const fixBalancesTokens = {
110
110
YLDS : { coingeckoId : 'usd-coin' , decimals : 0 } ,
111
111
'pm.sale.pool.3dxq3fk9llvhrqqwhodiap' : { coingeckoId : 'usd-coin' , decimals : 0 } ,
112
112
} ,
113
+ scroll : {
114
+ '0x056a5fa5da84ceb7f93d36e545c5905607d8bd81' : { coingeckoId : "ether-fi" , decimals : 18 } ,
115
+ '0x03569cc076654f82679c4ba2124d64774781b01d' : { coingeckoId : "liquity-bold" , decimals : 18 } ,
116
+ }
113
117
}
114
118
115
119
ibcChains . forEach ( chain => fixBalancesTokens [ chain ] = { ...ibcMappings , ...( fixBalancesTokens [ chain ] || { } ) } )
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