Skip to content

Commit a13095c

Browse files
authored
add shibarium mint-club-v2 (DefiLlama#12417)
1 parent 1e58918 commit a13095c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/mint-club-v2/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ const V2_BOND_CONTRACTS = {
1111
degen: "0x3bc6B601196752497a68B2625DB4f2205C3b150b",
1212
zora: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27",
1313
klaytn: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27",
14-
ham: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27"
14+
ham: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27",
15+
shibarium: "0xc5a076cad94176c2996B32d8466Be1cE757FAa27"
1516
}
1617

1718
const ownTokens = {
1819
bsc: ['0x1f3Af095CDa17d63cad238358837321e95FC5915']
1920
}
2021

21-
const chains = ['avax', 'ethereum', 'optimism', 'arbitrum', 'polygon', 'bsc', 'base', 'blast', 'degen', 'zora', 'klaytn', 'ham']
22+
const chains = ['avax', 'ethereum', 'optimism', 'arbitrum', 'polygon', 'bsc', 'base', 'blast', 'degen', 'zora', 'klaytn', 'ham', 'shibarium']
2223

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

0 commit comments

Comments
 (0)