Skip to content

Commit 5d2a346

Browse files
nyangbarig1nt0ki
andauthored
feat: catalist dex project added (DefiLlama#12420)
Co-authored-by: g1nt0ki <[email protected]>
1 parent 5b99dbf commit 5d2a346

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

projects/catalist-dex/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const { uniV3Export } = require('../helper/uniswapV3')
2+
module.exports = uniV3Export({
3+
'ace': { factory: '0xbe2fb231883840b9de5a0f43eb55b71253b0ce7b', fromBlock: 10,}
4+
})

projects/helper/env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const DEFAULTS = {
3030
RPC_PROXY_URL: "https://rpc-proxy.llama.fi",
3131
UNIT0_RPC: "https://rpc.unit0.dev",
3232
RBN_RPC: "https://governors.mainnet.redbelly.network",
33+
ACE_RPC_MULTICALL: "0x025A2B4fCE1E0bD736D5cebe6C8a52229795376B",
3334
}
3435

3536
const ENV_KEYS = [

projects/helper/tokenMapping.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ const fixBalancesTokens = {
5050
'0x2c03058c8afc06713be23e58d2febc8337dbfe6a': { coingeckoId: "tether", decimals: 6 },
5151
'0xfc24f770f94edbca6d6f885e12d4317320bcb401': { coingeckoId: "weth", decimals: 18 },
5252
},
53+
ace: {
54+
'0x71ee6485cf72b9c3bf183528a2241474f21b2efa': { coingeckoId: "usd-coin", decimals: 6 },
55+
},
5356
shido: {
5457
'0x8cbaffd9b658997e7bf87e98febf6ea6917166f7': { coingeckoId: "shido-2", decimals: 18 } // WSHIDO
5558
},

0 commit comments

Comments
 (0)