Skip to content

Commit

Permalink
symbiosis adds SEI EVM chain support
Browse files Browse the repository at this point in the history
  • Loading branch information
allush committed May 30, 2024
1 parent ba5ef6a commit c7bb3ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1777,5 +1777,8 @@
},
"taiko": {
"WETH": "0xA51894664A773981C6C112C43ce576f315d5b1B6"
},
"sei_evm": {
"USDC": "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"
}
}
9 changes: 9 additions & 0 deletions projects/symbiosis-finance/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,14 @@ module.exports = {
'0x5Aa5f7f84eD0E5db0a4a85C3947eA16B53352FD4', // portal v2
]
},
{
name: 'sei',
tokens: [
ADDRESSES.sei_evm.USDC,
],
holders: [
'0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2
]
},
]
}

0 comments on commit c7bb3ad

Please sign in to comment.