Skip to content

Commit 1d8695e

Browse files
committed
[SDK] Fix: Opt out of 1559 on lumia mainnet (#6032)
<!-- start pr-codex --> ## PR-Codex overview This PR adds support for the `Lumia Mainnet` in the fee data configuration. ### Detailed summary - Added a new entry for `Lumia Mainnet` in the fee data array. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 858dc53 commit 1d8695e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
3939
2442, // Polygon zkEVM Cardona Testnet
4040
1942999413, // Humanity Testnet
4141
1952959480, // Lumia Testnet
42+
994873017, // Lumia Mainnet
4243
];
4344

4445
/**

0 commit comments

Comments
 (0)