node
node copied to clipboard
fix!: tolerate v2 contracts in tss migration tests
Description
https://github.com/zeta-chain/node/pull/2932 broke the tss migration tests because the V2 ERC20 custody contract did not have UpdateTSSAddress on the current protocol-contracts version (related to https://github.com/zeta-chain/protocol-contracts/pull/363).
Use the latest version of protocol-contracts. This includes a consensus breaking change from https://github.com/zeta-chain/protocol-contracts/pull/377.
How Has This Been Tested?
- [ ] Tested CCTX in localnet
- [ ] Tested in development environment
- [ ] Go unit tests
- [ ] Go integration tests
- [ ] Tested via GitHub Actions