Skip to content

Commit 2ef981e

Browse files
authored
mint-club-v2 - add zora support (DefiLlama#9700)
1 parent b6fdb16 commit 2ef981e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/mint-club-v2/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ const V2_BOND_CONTRACTS = {
99
avax: "0x3Fd5B4DcDa968C8e22898523f5343177F94ccfd1",
1010
blast: "0x621c335b4BD8f2165E120DC70d3AfcAfc6628681",
1111
degen: "0x3bc6B601196752497a68B2625DB4f2205C3b150b",
12+
zora: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27"
1213
}
1314

1415
const ownTokens = {
1516
bsc: ['0x1f3Af095CDa17d63cad238358837321e95FC5915']
1617
}
1718

18-
const chains = ['avax', 'ethereum', 'optimism', 'arbitrum', 'polygon', 'bsc', 'base', 'blast', 'degen']
19+
const chains = ['avax', 'ethereum', 'optimism', 'arbitrum', 'polygon', 'bsc', 'base', 'blast', 'degen', 'zora']
1920

2021
chains.forEach(chain => {
2122
const BOND_CONTRACT = V2_BOND_CONTRACTS[chain] ?? '0xc5a076cad94176c2996B32d8466Be1cE757FAa27'

0 commit comments

Comments
 (0)