From ee5e9885ca7238e2520977e410893b24cd05e6d9 Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 27 Dec 2021 12:56:30 +0100 Subject: [PATCH] added new chains for testnet --- chains/chains_testnet.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/chains/chains_testnet.json b/chains/chains_testnet.json index 4d94932f..281da43c 100644 --- a/chains/chains_testnet.json +++ b/chains/chains_testnet.json @@ -1,10 +1,18 @@ [ { - "id": "0002", - "url": "http://pocket-testnet:8081" + "id": "0020", + "url": "https://bsc-1.stakesquid-db.ml/goerli" }, { - "id": "0020", - "url": "http://geth-goerli:8545" + "id": "0022", + "url": "https://bsc-1.stakesquid-db.ml/rinkeby" + }, + { + "id": "0023", + "url": "https://bsc-1.stakesquid-db.ml/ropsten" + }, + { + "id": "0002", + "url": "https://bsc-1.stakesquid-db.ml/pokttest" } ] \ No newline at end of file