Skip to content

Commit 26d56b0

Browse files
committed
Add Oasys Mainnet to chains w/o 1559
1 parent 2366420 commit 26d56b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Thirdweb/Core/Scripts/Utils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,8 @@ public static bool Supports1559(string chainId)
557557
case "204":
558558
// opBNB Testnet
559559
case "5611":
560+
// Oasys Mainnet
561+
case "248":
560562
// Oasys Testnet
561563
case "9372":
562564
// Vanar Testnet (Vanguard)

0 commit comments

Comments
 (0)