Skip to content

Commit

Permalink
Increase default RPCTxFeeCap to 1000 (celos) (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Jan 20, 2025
1 parent db006d0 commit e13e0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var Defaults = Config{
RPCGasCap: 50000000,
RPCEVMTimeout: 5 * time.Second,
GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether
RPCTxFeeCap: 1000, // 1000 celo
}

//go:generate go run github.com/fjl/gencodec -type Config -formats toml -out gen_config.go
Expand Down

0 comments on commit e13e0ac

Please sign in to comment.