Skip to content

Commit 8b036dc

Browse files
[SDK] feat: Add Saga Mainnet to gas-free chains (#6498)
1 parent 56bc4ae commit 8b036dc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/silver-chairs-return.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 Saga in gas free chains definitions

apps/dashboard/src/components/buttons/MismatchButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const GAS_FREE_CHAINS = [
6363
247253, // Saakuru Testnet
6464
19011, // Homeverse Mainnet
6565
40875, // Homeverse Testnet
66+
5464, // Saga Mainnet
6667
];
6768

6869
function useIsNetworkMismatch(txChainId: number) {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
4343
19011, // Homeverse Mainnet
4444
40875, // Homeverse Testnet
4545
1511670449, // GPT Mainnet
46+
5464, // Saga Mainnet
4647
];
4748

4849
/**

0 commit comments

Comments
 (0)