Skip to content

Commit

Permalink
fix: add Solana ZRC20 in v2 migration test (v20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Sep 11, 2024
1 parent 7876616 commit 4ffdb1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e2e/runner/v2_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ 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 SOL ZRC20
r.Logger.Info("Upgrading SOL ZRC20")
r.upgradeZRC20(r.SOLZRC20Addr, r.SOLZRC20, big.NewInt(902), uint8(coin.CoinType_Gas))

}

Check failure on line 82 in e2e/runner/v2_migration.go

View workflow job for this annotation

GitHub Actions / lint

unnecessary trailing newline (whitespace)

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

0 comments on commit 4ffdb1f

Please sign in to comment.