Fix The Bifrost Testnet Information (#2252)

* Delete private rpc

* Fix shortName

* Add bifrost icon
This commit is contained in:
Seonggwon Yoon 2023-02-10 01:25:47 +09:00 committed by GitHub
parent 37ae173350
commit 5e534377e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcHvn2Wq91ULyEH5s3uHjosX285hUgyJHwggFJUd3L5uh",
"width": 128,
"height": 128,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB