diff --git a/chain/gen/genesis/util.go b/chain/gen/genesis/util.go index ac11389c3..0a5d7e16b 100644 --- a/chain/gen/genesis/util.go +++ b/chain/gen/genesis/util.go @@ -36,7 +36,7 @@ func doExecValue(ctx context.Context, vm *vm.VM, to, from address.Address, value From: from, Method: method, Params: params, - GasLimit: 1000000, + GasLimit: 1_000_000_000_000_000, GasPrice: types.NewInt(0), Value: value, Nonce: act.Nonce,