Skip to content

Commit 546e8eb

Browse files
committed
Update fixed gas price chains
1 parent 8a6cdaa commit 546e8eb

File tree

2 files changed

+1406
-39
lines changed

2 files changed

+1406
-39
lines changed

Assets/Thirdweb/Core/Scripts/Utils.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,10 @@ public static bool Supports1559(string chainId)
557557
case "204":
558558
// opBNB Testnet
559559
case "5611":
560+
// Oasys Testnet
561+
case "9372":
562+
// Vanar Testnet (Vanguard)
563+
case "78600":
560564
return false;
561565
default:
562566
return true;

0 commit comments

Comments
 (0)