Skip to content

Commit

Permalink
Update fixed gas price chains
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Jul 16, 2024
1 parent 8a6cdaa commit 546e8eb
Show file tree
Hide file tree
Showing 2 changed files with 1,406 additions and 39 deletions.
4 changes: 4 additions & 0 deletions Assets/Thirdweb/Core/Scripts/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,10 @@ public static bool Supports1559(string chainId)
case "204":
// opBNB Testnet
case "5611":
// Oasys Testnet
case "9372":
// Vanar Testnet (Vanguard)
case "78600":
return false;
default:
return true;
Expand Down
Loading

0 comments on commit 546e8eb

Please sign in to comment.