mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix The Bifrost Testnet Information (#2252)
* Delete private rpc * Fix shortName * Add bifrost icon
This commit is contained in:
parent
37ae173350
commit
5e534377e9
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"name": "Bifrost Testnet1",
|
||||
"name": "Bifrost Testnet",
|
||||
"title": "The Bifrost Testnet network",
|
||||
"chain": "BFC",
|
||||
"rpc": [
|
||||
"https://public-01.testnet.thebifrost.io/rpc",
|
||||
"https://public-02.testnet.thebifrost.io/rpc",
|
||||
"https://private.chain.thebifrost.io/rpc"
|
||||
"https://public-02.testnet.thebifrost.io/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -13,10 +12,11 @@
|
|||
"symbol": "BFC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.thebifrost.io",
|
||||
"shortName": "BIT",
|
||||
"infoURL": "https://thebifrost.io",
|
||||
"shortName": "bfc",
|
||||
"chainId": 49088,
|
||||
"networkId": 49088,
|
||||
"icon": "bifrost",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "explorer-thebifrost",
|
||||
|
|
8
_data/icons/bifrost.json
Normal file
8
_data/icons/bifrost.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcHvn2Wq91ULyEH5s3uHjosX285hUgyJHwggFJUd3L5uh",
|
||||
"width": 128,
|
||||
"height": 128,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user