Skip to content

Commit 711bf7e

Browse files
Merge pull request #1 from TrainProtocol/dev-add-fuel-station
Add fuel network.
2 parents b0eb251 + 66b186d commit 711bf7e

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

TrainStation/networks.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,16 @@
5353
"NativeTokenDecimals": 9,
5454
"RpcUrl": "https://api.devnet.solana.com",
5555
"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"
5667
}
57-
]
68+
]

0 commit comments

Comments
 (0)