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" + }] }