Skip to content

Commit

Permalink
mint-club-v2 - add zora support
Browse files Browse the repository at this point in the history
  • Loading branch information
ggomaeng committed Apr 5, 2024
1 parent 0b2bfc7 commit 38dce7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/mint-club-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ const V2_BOND_CONTRACTS = {
avax: "0x3Fd5B4DcDa968C8e22898523f5343177F94ccfd1",
blast: "0x621c335b4BD8f2165E120DC70d3AfcAfc6628681",
degen: "0x3bc6B601196752497a68B2625DB4f2205C3b150b",
zora: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27"
}

const ownTokens = {
bsc: ['0x1f3Af095CDa17d63cad238358837321e95FC5915']
}

const chains = ['avax', 'ethereum', 'optimism', 'arbitrum', 'polygon', 'bsc', 'base', 'blast', 'degen']
const chains = ['avax', 'ethereum', 'optimism', 'arbitrum', 'polygon', 'bsc', 'base', 'blast', 'degen', 'zora']

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

0 comments on commit 38dce7f

Please sign in to comment.