Skip to content

Commit

Permalink
test: investigate v2 migration test failure (#2864)
Browse files Browse the repository at this point in the history
* print duplicate event

* revert zetaclient change

* add sol zrc20
  • Loading branch information
lumtis authored Sep 11, 2024
1 parent cc7b347 commit a957b0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/runner/v2_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ func (r *E2ERunner) upgradeZRC20s() {
// upgrade BTC ZRC20
r.Logger.Info("Upgrading BTC ZRC20")
r.upgradeZRC20(r.BTCZRC20Addr, r.BTCZRC20, big.NewInt(btcChainID), uint8(coin.CoinType_Gas))

// upgrade Solana ZRC20
r.Logger.Info("Upgrading Solana ZRC20")
r.upgradeZRC20(r.SOLZRC20Addr, r.SOLZRC20, big.NewInt(902), uint8(coin.CoinType_Gas))
}

// zrc20Caller is an interface to call ZRC20 functions
Expand Down

0 comments on commit a957b0c

Please # to comment.