From 7f3d52c92b394d1d83c0c5c8fbc8ddb8bc88fa6b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Apr 2022 14:02:52 +0800 Subject: [PATCH] update rpc url --- _data/chains/eip155-1898.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-1898.json b/_data/chains/eip155-1898.json index c4fe3ee1..a3c62554 100644 --- a/_data/chains/eip155-1898.json +++ b/_data/chains/eip155-1898.json @@ -2,7 +2,10 @@ "name": "BON Network", "chain": "BON", "network": "testnet", - "rpc": ["http://8.210.150.70:8545"], + "rpc": [ + "http://rpc.boyanet.org:8545", + "ws://rpc.boyanet.org:8546" + ], "faucets": [], "nativeCurrency": { "name": "BOYACoin",