Skip to content

Commit d8e92cd

Browse files
committed
Increase Base chain gas limit
1 parent 9d2c6da commit d8e92cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ethereumkit/src/main/java/io/horizontalsystems/ethereumkit/models

ethereumkit/src/main/java/io/horizontalsystems/ethereumkit/models/Chain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ enum class Chain(
99
) {
1010
Ethereum(1, 60, 2_000_000, 15, true),
1111
BinanceSmartChain(56, 60, 10_000_000, 15, false),
12-
Base(8453, 60, 10_000_000, 15, true),
12+
Base(8453, 60, 20_000_000, 15, true),
1313
ZkSync(324, 60, 10_000_000, 15, true),
1414
Polygon(137, 60, 10_000_000, 15, true),
1515
Optimism(10, 60, 10_000_000, 15, false),

0 commit comments

Comments
 (0)