Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silver-chairs-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Add Saga in gas free chains definitions
1 change: 1 addition & 0 deletions apps/dashboard/src/components/buttons/MismatchButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const GAS_FREE_CHAINS = [
247253, // Saakuru Testnet
19011, // Homeverse Mainnet
40875, // Homeverse Testnet
5464, // Saga Mainnet
];

function useIsNetworkMismatch(txChainId: number) {
Expand Down
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 @@ -43,6 +43,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
19011, // Homeverse Mainnet
40875, // Homeverse Testnet
1511670449, // GPT Mainnet
5464, // Saga Mainnet
];

/**
Expand Down