Skip to content

Commit 9cbcbe7

Browse files
authored
[SDK] Fix: Lumia Testnet is pre-1559 (#5967)
1 parent 00f1d29 commit 9cbcbe7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/yellow-apples-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Added overrides for Lumia Testnet to use pre-EIP1559 gas values

packages/thirdweb/src/gas/fee-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
3838
9768, // MainnetZ Testnet
3939
2442, // Polygon zkEVM Cardona Testnet
4040
1942999413, // Humanity Testnet
41+
1952959480, // Lumia Testnet
4142
];
4243

4344
/**

0 commit comments

Comments
 (0)