Skip to content

Commit

Permalink
[SDK] Fix: Lumia Testnet is pre-1559 (#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl authored Jan 16, 2025
1 parent 00f1d29 commit 9cbcbe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-apples-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Added overrides for Lumia Testnet to use pre-EIP1559 gas values
1 change: 1 addition & 0 deletions packages/thirdweb/src/gas/fee-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
9768, // MainnetZ Testnet
2442, // Polygon zkEVM Cardona Testnet
1942999413, // Humanity Testnet
1952959480, // Lumia Testnet
];

/**
Expand Down

0 comments on commit 9cbcbe7

Please sign in to comment.