Skip to content

Commit

Permalink
Merge pull request #3332 from dusk-network/fix/migration-bsc-chain-addr
Browse files Browse the repository at this point in the history
web-wallet: Fix BSC migration contract addr
  • Loading branch information
HDauven authored Jan 9, 2025
2 parents 1b63a8b + e23b635 commit 4cd3cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const tokens = {
mainnet: {
"BEP-20": {
chainId: bsc.id,
migrationContract: "0x32979f040feb67a5223acb0716fe4c7a5956488c#code",
migrationContract: "0x32979f040feb67a5223acb0716fe4c7a5956488c",
name: "BEP-20",
tokenContract: "0xb2bd0749dbe21f623d9baba856d3b0f0e1bfec9c",
},
Expand Down

0 comments on commit 4cd3cb9

Please sign in to comment.