From 6e73d88ea348aafe3f145da79deb1418c0a685a3 Mon Sep 17 00:00:00 2001 From: Markus Alvila <44319370+RareData@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:31:34 +0100 Subject: [PATCH] Update coston testnet details --- _data/chains/eip155-16.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json index 7f20668c..ba8f1e82 100644 --- a/_data/chains/eip155-16.json +++ b/_data/chains/eip155-16.json @@ -2,6 +2,7 @@ "name": "Flare Testnet Coston", "chain": "FLR", "rpc": [ + "https://coston-api.flare.network/ext/bc/C/rpc" ], "faucets": [ "https://faucet.towolabs.com" @@ -11,8 +12,13 @@ "symbol": "CFLR", "decimals": 18 }, - "infoURL": "https://github.com/flare-eng/coston", + "infoURL": "https://flare.xyz", "shortName": "cflr", "chainId": 16, - "networkId": 16 + "networkId": 16, + "explorers": [{ + "name": "blockscout", + "url": "https://coston-explorer.flare.network", + "standard": "none" + }] }