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

This commit is contained in:
ligi 2023-02-09 17:33:10 +00:00
parent e6c711ef21
commit ece031c589
7 changed files with 65 additions and 3 deletions

File diff suppressed because one or more lines are too long

27
chains/eip155-3068.json Normal file
View 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

View File

@ -4795,6 +4795,19 @@
"rpc": ["https://rpc-testnet.orlchain.com"], "rpc": ["https://rpc-testnet.orlchain.com"],
"faucets": [], "faucets": [],
"infoURL": "https://orlchain.com" "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", "name": "Filecoin - Hyperspace testnet",
"chainId": 3141, "chainId": 3141,

View File

@ -6937,6 +6937,27 @@
"icon": "orl", "icon": "orl",
"standard": "EIP3091" "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", "name": "Filecoin - Hyperspace testnet",
"chain": "FIL", "chain": "FIL",

File diff suppressed because one or more lines are too long

View File

@ -368,6 +368,7 @@
"cennz-r": "eip155:3000", "cennz-r": "eip155:3000",
"cennz-n": "eip155:3001", "cennz-n": "eip155:3001",
"ORL": "eip155:3031", "ORL": "eip155:3031",
"bfc": "eip155:3068",
"filecoin-hyperspace": "eip155:3141", "filecoin-hyperspace": "eip155:3141",
"debounce-devnet": "eip155:3306", "debounce-devnet": "eip155:3306",
"zcrbeach": "eip155:3331", "zcrbeach": "eip155:3331",