mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@ffc57a9744 🚀
This commit is contained in:
parent
9231cbd67e
commit
ac0390bf25
|
@ -340,6 +340,14 @@
|
|||
"height": 200,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "thebifrost",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreid32bybgacpg7v3rrpq56oplhegmoyzhygzbvykkigv62f5a3iltu",
|
||||
"width": 670,
|
||||
"height": 175,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "zcore",
|
||||
"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
27
chains/eip155-49088.json
Normal 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
|
@ -5081,6 +5081,19 @@
|
|||
"rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 49797,
|
||||
|
|
|
@ -7270,6 +7270,26 @@
|
|||
"url": "https://scan.rei.network",
|
||||
"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",
|
||||
"chain": "NRG",
|
||||
|
|
8
icons/thebifrost.json
Normal file
8
icons/thebifrost.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreid32bybgacpg7v3rrpq56oplhegmoyzhygzbvykkigv62f5a3iltu",
|
||||
"width": 670,
|
||||
"height": 175,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -390,6 +390,7 @@
|
|||
"ALFA": "eip155:44787",
|
||||
"AutobahnNetwork": "eip155:45000",
|
||||
"REI": "eip155:47805",
|
||||
"BIT": "eip155:49088",
|
||||
"tnrg": "eip155:49797",
|
||||
"tgton": "eip155:50021",
|
||||
"DFK": "eip155:53935",
|
||||
|
|
Loading…
Reference in New Issue
Block a user