Deploying to gh-pages from @ ethereum-lists/chains@ffc57a9744 🚀

This commit is contained in:
ligi 2022-10-25 00:24:58 +00:00
parent 9231cbd67e
commit ac0390bf25
9 changed files with 80 additions and 3 deletions

View File

@ -340,6 +340,14 @@
"height": 200, "height": 200,
"format": "png" "format": "png"
}] }]
}, {
"name": "thebifrost",
"icons": [{
"url": "ipfs://bafkreid32bybgacpg7v3rrpq56oplhegmoyzhygzbvykkigv62f5a3iltu",
"width": 670,
"height": 175,
"format": "png"
}]
}, { }, {
"name": "zcore", "name": "zcore",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

27
chains/eip155-49088.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Bifrost Testnet1",
"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"
],
"faucets": [],
"nativeCurrency": {
"name": "Bifrost",
"symbol": "BFC",
"decimals": 18
},
"infoURL": "https://testnet.thebifrost.io",
"shortName": "BIT",
"chainId": 49088,
"networkId": 49088,
"explorers": [
{
"name": "explorer-thebifrost",
"url": "https://explorer.testnet.thebifrost.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5081,6 +5081,19 @@
"rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"], "rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"],
"faucets": [], "faucets": [],
"infoURL": "https://rei.network/" "infoURL": "https://rei.network/"
}, {
"name": "Bifrost Testnet1",
"chainId": 49088,
"shortName": "BIT",
"networkId": 49088,
"nativeCurrency": {
"name": "Bifrost",
"symbol": "BFC",
"decimals": 18
},
"rpc": ["https://public-01.testnet.thebifrost.io/rpc", "https://public-02.testnet.thebifrost.io/rpc", "https://private.chain.thebifrost.io/rpc"],
"faucets": [],
"infoURL": "https://testnet.thebifrost.io"
}, { }, {
"name": "Energi Testnet", "name": "Energi Testnet",
"chainId": 49797, "chainId": 49797,

View File

@ -7270,6 +7270,26 @@
"url": "https://scan.rei.network", "url": "https://scan.rei.network",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Bifrost Testnet1",
"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"],
"faucets": [],
"nativeCurrency": {
"name": "Bifrost",
"symbol": "BFC",
"decimals": 18
},
"infoURL": "https://testnet.thebifrost.io",
"shortName": "BIT",
"chainId": 49088,
"networkId": 49088,
"explorers": [{
"name": "explorer-thebifrost",
"url": "https://explorer.testnet.thebifrost.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Energi Testnet", "name": "Energi Testnet",
"chain": "NRG", "chain": "NRG",

8
icons/thebifrost.json Normal file
View File

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

View File

@ -390,6 +390,7 @@
"ALFA": "eip155:44787", "ALFA": "eip155:44787",
"AutobahnNetwork": "eip155:45000", "AutobahnNetwork": "eip155:45000",
"REI": "eip155:47805", "REI": "eip155:47805",
"BIT": "eip155:49088",
"tnrg": "eip155:49797", "tnrg": "eip155:49797",
"tgton": "eip155:50021", "tgton": "eip155:50021",
"DFK": "eip155:53935", "DFK": "eip155:53935",