Skip to content

Commit d5bbc14

Browse files
committed
Add Zephyr testnet to pre-1559 chains
Included Wilderworld Zephyr Testnet (chain ID 1417429182) in the FORCE_GAS_PRICE_CHAIN_IDS array to ensure correct gas price handling for this network.
1 parent 51177fb commit d5bbc14

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/sad-cloths-obey.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+
add zephyr testnet to pre-1559 chains

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
4747
2020, // Ronin Mainnet
4848
2021, // Ronin Testnet (Saigon)
4949
98866, // Plume mainnet
50+
1417429182, // Wilderworld Zephyr Testnet
5051
];
5152

5253
/**

0 commit comments

Comments
 (0)