Skip to content

Commit

Permalink
feat(protocol): Fix new token migration change (#15470)
Browse files Browse the repository at this point in the history
  • Loading branch information
adaki2004 authored Jan 9, 2024
1 parent b84aac6 commit a7a93c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/contracts/tokenvault/ERC20Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ contract ERC20Vault is BaseVault {
// Start the migration
IBridgedERC20(btokenOld).changeMigrationStatus(btokenNew, false);
IBridgedERC20(btokenNew).changeMigrationStatus(btokenOld, true);
} else {
IBridgedERC20(btokenNew).changeMigrationStatus(address(0), false);
}

bridgedToCanonical[btokenNew] = ctoken;
Expand Down

2 comments on commit a7a93c1

@vercel
Copy link

@vercel vercel bot commented on a7a93c1 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal-git-alpha-6-taikoxyz.vercel.app
bridge-ui-v2-internal.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a7a93c1 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-a6 – ./packages/bridge-ui-v2

bridge-ui-v2-a6.vercel.app
bridge-ui-v2-a6-git-alpha-6-taikoxyz.vercel.app
bridge-ui-v2-a6-taikoxyz.vercel.app
bridge.katla.taiko.xyz

Please sign in to comment.