Skip to content

Commit

Permalink
symbiosis adds Taiko chain
Browse files Browse the repository at this point in the history
  • Loading branch information
allush committed May 28, 2024
1 parent f9bdea7 commit 8e0f24d
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 @@ -1774,5 +1774,8 @@
},
"btr": {
"ETH": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
},
"taiko": {
"WETH": "0xA51894664A773981C6C112C43ce576f315d5b1B6"
}
}
9 changes: 9 additions & 0 deletions projects/symbiosis-finance/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,14 @@ module.exports = {
'0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2
]
},
{
name: 'taiko',
tokens: [
ADDRESSES.taiko.WETH,
],
holders: [
'0x5Aa5f7f84eD0E5db0a4a85C3947eA16B53352FD4', // portal v2
]
},
]
}

0 comments on commit 8e0f24d

Please sign in to comment.