From 13b2f4f24beee80f8f40951397d3f9e1f01c74bc Mon Sep 17 00:00:00 2001 From: denalimarsh Date: Wed, 5 Aug 2020 17:35:06 +0200 Subject: [PATCH] update testnet chain ID --- types/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/config.go b/types/config.go index 4970ebb8..f55a237f 100644 --- a/types/config.go +++ b/types/config.go @@ -7,6 +7,6 @@ const ( DefaultWSPrefix = "/api/ws" NativeSymbol = "BNB" - TestnetChainID = "Binance-Chain-Nile" + TestnetChainID = "Binance-Chain-Ganges" ProdChainID = "Binance-Chain-Tigris" )