Skip to content

Commit

Permalink
fix zeta withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 30, 2024
1 parent ae6a54d commit e1b37d2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import (
)

func TestZetaWithdraw(sm *runner.SmokeTestRunner) {
//amount := big.NewInt(0).Mul(big.NewInt(1e18), big.NewInt(10)) // 10 Zeta

// 0.1 Zeta
amount := big.NewInt(1e17)
amount := big.NewInt(0).Mul(big.NewInt(1e18), big.NewInt(10)) // 10 Zeta

sm.ZevmAuth.Value = amount
tx, err := sm.WZeta.Deposit(sm.ZevmAuth)
Expand Down

0 comments on commit e1b37d2

Please sign in to comment.