Skip to content

Commit

Permalink
symbiosis adds cronos zkevm chain
Browse files Browse the repository at this point in the history
  • Loading branch information
allush committed Nov 13, 2024
1 parent 085385e commit b585299
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,8 @@
},
"cronos_zkevm": {
"wzkCRO": "0xc1bf55ee54e16229d9b369a5502bfe5fc9f20b6d",
"ETH": "0x898b3560affd6d955b1574d87ee09e46669c60ea"
"ETH": "0x898b3560affd6d955b1574d87ee09e46669c60ea",
"USDC": "0xaa5b845f8c9c047779bedf64829601d8b264076c"
},
"neox": {
"WGAS": "0x008cd7f573998cb841a5d82a857ed1f0ce03a653",
Expand Down
12 changes: 12 additions & 0 deletions projects/symbiosis-finance/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ const TOKENS = {
},
bsquared: {
WBTC: ADDRESSES.bsquared.WBTC,
},
cronos_zkevm: {
USDC: ADDRESSES.cronos_zkevm.USDC,
}
}

Expand Down Expand Up @@ -440,5 +443,14 @@ module.exports = {
'0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2
]
},
{
name: 'cronos_zkevm',
tokens: [
TOKENS.cronos_zkevm.USDC,
],
holders: [
'0x2E818E50b913457015E1277B43E469b63AC5D3d7', // portal v2
]
},
]
}

0 comments on commit b585299

Please sign in to comment.