Skip to content

Commit

Permalink
make gaslimit match testnet3
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 22, 2024
1 parent e6cb617 commit 7782c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/txserver/zeta_tx_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (zts ZetaTxServer) DeployZRC20s(
"BTC",
"tBTC",
coin.CoinType_Gas,
100000,
100,
),
fungibletypes.NewMsgDeployFungibleCoinZRC20(
deployerAddr,
Expand All @@ -471,7 +471,7 @@ func (zts ZetaTxServer) DeployZRC20s(
"BTC",
"tBTC",
coin.CoinType_Gas,
100000,
100,
),
fungibletypes.NewMsgDeployFungibleCoinZRC20(
deployerAddr,
Expand Down

0 comments on commit 7782c3a

Please sign in to comment.