Skip to content

Commit

Permalink
Merge pull request #3330 from dusk-network/feature-3329
Browse files Browse the repository at this point in the history
web-wallet: Update Migration Contracts (Bridge)
  • Loading branch information
nortonandreev authored Jan 8, 2025
2 parents 6abf8b2 + 40a0d94 commit 892a8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-wallet/src/lib/containers/MigrateContract/tokenConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export const tokens = {
mainnet: {
"BEP-20": {
chainId: bsc.id,
migrationContract: "0x9f5d1c067710fc6ed49a6444afd69b64799a57b6",
migrationContract: "0x32979f040feb67a5223acb0716fe4c7a5956488c#code",
name: "BEP-20",
tokenContract: "0xb2bd0749dbe21f623d9baba856d3b0f0e1bfec9c",
},
"ERC-20": {
chainId: mainnet.id,
migrationContract: "0x9f5d1c067710fc6ed49a6444afd69b64799a57b6",
migrationContract: "0x36b8e0b938c0172c20e14cc32e7f0e51dcf1084f",
name: "ERC-20",
tokenContract: "0x940a2db1b7008b6c776d4faaca729d6d4a4aa551",
},
Expand Down

0 comments on commit 892a8a1

Please sign in to comment.