We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92f9be commit e7536ceCopy full SHA for e7536ce
Assets/Thirdweb/Examples/Scripts/Prefabs/ThirdwebManager.cs
@@ -34,7 +34,7 @@ public class ThirdwebManager : MonoBehaviour
34
{Chain.Polygon, "polygon"},
35
{Chain.Mumbai, "mumbai"},
36
{Chain.Fantom, "fantom"},
37
- {Chain.FantomTestnet, "testnet"},
+ {Chain.FantomTestnet, "fantom-testnet"},
38
{Chain.Avalanche, "avalanche"},
39
{Chain.AvalancheTestnet, "avalanche-testnet"},
40
{Chain.Optimism, "optimism"},
0 commit comments