From 66b186d6081c5b359da822309e353b21f1dcfbee Mon Sep 17 00:00:00 2001 From: Davit Mandzikyan Date: Tue, 29 Jul 2025 17:49:02 +0400 Subject: [PATCH] Add fuel network. --- TrainStation/networks.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/TrainStation/networks.json b/TrainStation/networks.json index 65cae99..0b29543 100644 --- a/TrainStation/networks.json +++ b/TrainStation/networks.json @@ -53,5 +53,16 @@ "NativeTokenDecimals": 9, "RpcUrl": "https://api.devnet.solana.com", "Type": "Solana" + }, + { + "Name": "FUEL_TESTNET", + "DisplayName": "Fuel TESTNET", + "ChainId": "0", + "TransactionExplorerTemplate": "https://app-testnet.fuel.network/tx/{0}", + "AccountExplorerTemplate": "https://app-testnet.fuel.network/account/{0}/assets", + "NativeTokenSymbol": "ETH", + "NativeTokenDecimals": 9, + "RpcUrl": "https://testnet.fuel.network/v1/graphql", + "Type": "Fuel" } -] \ No newline at end of file +]