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 51177fb commit a85ef0bCopy full SHA for a85ef0b
.changeset/sad-cloths-obey.md
@@ -0,0 +1,5 @@
1
+---
2
+"thirdweb": patch
3
4
+
5
+add zephyr testnet to pre-1559 chains
packages/thirdweb/src/gas/fee-data.ts
@@ -47,6 +47,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
47
2020, // Ronin Mainnet
48
2021, // Ronin Testnet (Saigon)
49
98866, // Plume mainnet
50
+ 1417429182, // Wilderworld Zephyr Testnet
51
];
52
53
/**
0 commit comments