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@191eb9504a 🚀
This commit is contained in:
parent
e6c711ef21
commit
ece031c589
File diff suppressed because one or more lines are too long
27
chains/eip155-3068.json
Normal file
27
chains/eip155-3068.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Bifrost Mainnet",
|
||||
"title": "The Bifrost Mainnet network",
|
||||
"chain": "BFC",
|
||||
"rpc": [
|
||||
"https://public-01.mainnet.thebifrost.io/rpc",
|
||||
"https://public-02.mainnet.thebifrost.io/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Bifrost",
|
||||
"symbol": "BFC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thebifrost.io",
|
||||
"shortName": "bfc",
|
||||
"chainId": 3068,
|
||||
"networkId": 3068,
|
||||
"icon": "bifrost",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "explorer-thebifrost",
|
||||
"url": "https://explorer.mainnet.thebifrost.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4795,6 +4795,19 @@
|
|||
"rpc": ["https://rpc-testnet.orlchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://orlchain.com"
|
||||
}, {
|
||||
"name": "Bifrost Mainnet",
|
||||
"chainId": 3068,
|
||||
"shortName": "bfc",
|
||||
"networkId": 3068,
|
||||
"nativeCurrency": {
|
||||
"name": "Bifrost",
|
||||
"symbol": "BFC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://public-01.mainnet.thebifrost.io/rpc", "https://public-02.mainnet.thebifrost.io/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://thebifrost.io"
|
||||
}, {
|
||||
"name": "Filecoin - Hyperspace testnet",
|
||||
"chainId": 3141,
|
||||
|
|
|
@ -6937,6 +6937,27 @@
|
|||
"icon": "orl",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bifrost Mainnet",
|
||||
"title": "The Bifrost Mainnet network",
|
||||
"chain": "BFC",
|
||||
"rpc": ["https://public-01.mainnet.thebifrost.io/rpc", "https://public-02.mainnet.thebifrost.io/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Bifrost",
|
||||
"symbol": "BFC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thebifrost.io",
|
||||
"shortName": "bfc",
|
||||
"chainId": 3068,
|
||||
"networkId": 3068,
|
||||
"icon": "bifrost",
|
||||
"explorers": [{
|
||||
"name": "explorer-thebifrost",
|
||||
"url": "https://explorer.mainnet.thebifrost.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Filecoin - Hyperspace testnet",
|
||||
"chain": "FIL",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -368,6 +368,7 @@
|
|||
"cennz-r": "eip155:3000",
|
||||
"cennz-n": "eip155:3001",
|
||||
"ORL": "eip155:3031",
|
||||
"bfc": "eip155:3068",
|
||||
"filecoin-hyperspace": "eip155:3141",
|
||||
"debounce-devnet": "eip155:3306",
|
||||
"zcrbeach": "eip155:3331",
|
||||
|
|
Loading…
Reference in New Issue
Block a user