File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ const { uniV3Export } = require ( '../helper/uniswapV3' )
2
+ module . exports = uniV3Export ( {
3
+ 'ace' : { factory : '0xbe2fb231883840b9de5a0f43eb55b71253b0ce7b' , fromBlock : 10 , }
4
+ } )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const DEFAULTS = {
30
30
RPC_PROXY_URL : "https://rpc-proxy.llama.fi" ,
31
31
UNIT0_RPC : "https://rpc.unit0.dev" ,
32
32
RBN_RPC : "https://governors.mainnet.redbelly.network" ,
33
+ ACE_RPC_MULTICALL : "0x025A2B4fCE1E0bD736D5cebe6C8a52229795376B" ,
33
34
}
34
35
35
36
const ENV_KEYS = [
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ const fixBalancesTokens = {
50
50
'0x2c03058c8afc06713be23e58d2febc8337dbfe6a' : { coingeckoId : "tether" , decimals : 6 } ,
51
51
'0xfc24f770f94edbca6d6f885e12d4317320bcb401' : { coingeckoId : "weth" , decimals : 18 } ,
52
52
} ,
53
+ ace : {
54
+ '0x71ee6485cf72b9c3bf183528a2241474f21b2efa' : { coingeckoId : "usd-coin" , decimals : 6 } ,
55
+ } ,
53
56
shido : {
54
57
'0x8cbaffd9b658997e7bf87e98febf6ea6917166f7' : { coingeckoId : "shido-2" , decimals : 18 } // WSHIDO
55
58
} ,
You can’t perform that action at this time.
0 commit comments