Skip to content

Commit e7536ce

Browse files
Fantom testnet typo fix
1 parent d92f9be commit e7536ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Examples/Scripts/Prefabs/ThirdwebManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class ThirdwebManager : MonoBehaviour
3434
{Chain.Polygon, "polygon"},
3535
{Chain.Mumbai, "mumbai"},
3636
{Chain.Fantom, "fantom"},
37-
{Chain.FantomTestnet, "testnet"},
37+
{Chain.FantomTestnet, "fantom-testnet"},
3838
{Chain.Avalanche, "avalanche"},
3939
{Chain.AvalancheTestnet, "avalanche-testnet"},
4040
{Chain.Optimism, "optimism"},

0 commit comments

Comments
 (0)