We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f1d29 commit 9cbcbe7Copy full SHA for 9cbcbe7
.changeset/yellow-apples-flash.md
@@ -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
@@ -38,6 +38,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
38
9768, // MainnetZ Testnet
39
2442, // Polygon zkEVM Cardona Testnet
40
1942999413, // Humanity Testnet
41
+ 1952959480, // Lumia Testnet
42
];
43
44
/**
0 commit comments