Skip to content

Commit 7cf60dc

Browse files
committed
add ronin to forced type 1 tx list
1 parent a668d2c commit 7cf60dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Thirdweb/Thirdweb.Utils/Utils.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,10 @@ public static bool IsEip1559Supported(string chainId)
757757
case "842":
758758
// Odyssey Testnet
759759
case "911867":
760+
// Ronin Mainnet
761+
case "2020":
762+
// Ronin Testnet
763+
case "2021":
760764
return false;
761765
default:
762766
return true;

0 commit comments

Comments
 (0)