Skip to content

Commit 22db430

Browse files
AquaDEXg1nt0ki
andauthored
Add Waterfall network (DefiLlama#12921)
Co-authored-by: g1nt0ki <[email protected]>
1 parent 4d349ef commit 22db430

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

projects/aquadex-v3/index.js

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

projects/helper/chains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
"vite",
356356
"vive",
357357
"wan",
358+
"water",
358359
"waves",
359360
"wax",
360361
"wc",

projects/helper/env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const BOOL_KEYS = [
55
]
66

77
const DEFAULTS = {
8+
WATER_MULTICALL_RPC: "0x63cee78B11774535132fd773C5dDe3c4b41CD07f",
89
EVMOS_MULTICALL_CHUNK_SIZE: "3", // evmos reduced gas limit, this is a workaround to make multicall work
910
STARKNET_RPC: 'https://starknet-mainnet.public.blastapi.io',
1011
COVALENT_KEY: 'ckey_72cd3b74b4a048c9bc671f7c5a6',

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
ozone: {
5151
// '0x83048f0bf34feed8ced419455a4320a735a92e9d': { coingeckoId: "ozonechain", decimals: 18 }, // was mapped to wrong chain
5252
},
53+
water: {
54+
'0xC807C5FfFf748eF435Ddb99b181846Edd1e70041': { coingeckoId: "water-3", decimals: 18 },
55+
},
5356
kopi: {
5457
'uasusdc': { coingeckoId: 'usd-coin', decimals: 6 },
5558
'ucusdc': { coingeckoId: 'usd-coin', decimals: 6 },

0 commit comments

Comments
 (0)