We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0eb251 + 66b186d commit 711bf7eCopy full SHA for 711bf7e
1 file changed
TrainStation/networks.json
@@ -53,5 +53,16 @@
53
"NativeTokenDecimals": 9,
54
"RpcUrl": "https://api.devnet.solana.com",
55
"Type": "Solana"
56
+ },
57
+ {
58
+ "Name": "FUEL_TESTNET",
59
+ "DisplayName": "Fuel TESTNET",
60
+ "ChainId": "0",
61
+ "TransactionExplorerTemplate": "https://app-testnet.fuel.network/tx/{0}",
62
+ "AccountExplorerTemplate": "https://app-testnet.fuel.network/account/{0}/assets",
63
+ "NativeTokenSymbol": "ETH",
64
+ "NativeTokenDecimals": 9,
65
+ "RpcUrl": "https://testnet.fuel.network/v1/graphql",
66
+ "Type": "Fuel"
67
}
-]
68
+]
0 commit comments