diff --git a/TrainStation/networks.json b/TrainStation/networks.json index c30ce8e..73bd19e 100644 --- a/TrainStation/networks.json +++ b/TrainStation/networks.json @@ -142,5 +142,29 @@ "RpcUrl": "https://rpc.ankr.com/base/8e3d4393357c16c2b5dbcf4901021fddf3d3e44c6dcd46cac92e6d2046f28ccd", "Type": "EVM", "IsTestnet": false + }, + { + "Name": "LINEA_SEPOLIA", + "DisplayName": "Linea Sepolia", + "ChainId": "59141", + "TransactionExplorerTemplate": "https://sepolia.lineascan.build/tx/{0}", + "AccountExplorerTemplate": "https://sepolia.lineascan.build/address/{0}", + "NativeTokenSymbol": "ETH", + "NativeTokenDecimals": 18, + "RpcUrl": "https://rpc.sepolia.linea.build", + "Type": "EVM", + "IsTestnet": true + }, + { + "Name": "BSC_TESTNET", + "DisplayName": "BNB Smart Chain Testnet", + "ChainId": "97", + "TransactionExplorerTemplate": "https://testnet.bscscan.com/tx/{0}", + "AccountExplorerTemplate": "https://testnet.bscscan.com/address/{0}", + "NativeTokenSymbol": "tBNB", + "NativeTokenDecimals": 18, + "RpcUrl": "https://data-seed-prebsc-1-s1.binance.org:8545", + "Type": "EVM", + "IsTestnet": true } ]