Update coston testnet details (#754)

* Update coston testnet details

* Add EIP3091 mention

* Add EIP3091 mention
This commit is contained in:
Markus Alvila 2022-01-10 18:55:46 +01:00 committed by GitHub
parent 41a9804c2a
commit cfe5c9b2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,7 @@
"name": "Flare Testnet Coston", "name": "Flare Testnet Coston",
"chain": "FLR", "chain": "FLR",
"rpc": [ "rpc": [
"https://coston-api.flare.network/ext/bc/C/rpc"
], ],
"faucets": [ "faucets": [
"https://faucet.towolabs.com" "https://faucet.towolabs.com"
@ -11,8 +12,13 @@
"symbol": "CFLR", "symbol": "CFLR",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://github.com/flare-eng/coston", "infoURL": "https://flare.xyz",
"shortName": "cflr", "shortName": "cflr",
"chainId": 16, "chainId": 16,
"networkId": 16 "networkId": 16,
"explorers": [{
"name": "blockscout",
"url": "https://coston-explorer.flare.network",
"standard": "EIP3091"
}]
} }

View File

@ -21,6 +21,6 @@
"explorers": [{ "explorers": [{
"name": "blockscout", "name": "blockscout",
"url": "https://songbird-explorer.flare.network", "url": "https://songbird-explorer.flare.network",
"standard": "none" "standard": "EIP3091"
}] }]
} }