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

This commit is contained in:
ligi 2023-05-23 08:51:04 +00:00
parent e91a61132e
commit 88c68c1ecd
10 changed files with 77 additions and 4 deletions

View File

@ -198,6 +198,14 @@
"height": 800, "height": 800,
"format": "png" "format": "png"
}] }]
}, {
"name": "bitfinity",
"icons": [{
"url": "ipfs://bafkreiczbhnoc5wpjikskmehexmg3xmqr4fchrny64db4wmk3lrygqik5e",
"width": 796,
"height": 129,
"format": "png"
}]
}, { }, {
"name": "tscscan", "name": "tscscan",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-355113.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Bitfinity Network Testnet",
"chain": "BFT",
"rpc": ["https://testnet.bitfinity.network"],
"faucets": ["https://bitfinity.network/faucet"],
"nativeCurrency": {
"name": "BITFINITY",
"symbol": "BFT",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
"shortName": "Bitfinity",
"chainId": 355113,
"networkId": 355113,
"explorers": [
{
"name": "Bitfinity Block Explorer",
"url": "https://explorer.bitfinity.network",
"icon": "bitfinity",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -10320,6 +10320,19 @@
"rpc": ["https://rpc.polis.tech"], "rpc": ["https://rpc.polis.tech"],
"faucets": ["https://faucet.polis.tech"], "faucets": ["https://faucet.polis.tech"],
"infoURL": "https://polis.tech" "infoURL": "https://polis.tech"
}, {
"name": "Bitfinity Network Testnet",
"chainId": 355113,
"shortName": "Bitfinity",
"networkId": 355113,
"nativeCurrency": {
"name": "BITFINITY",
"symbol": "BFT",
"decimals": 18
},
"rpc": ["https://testnet.bitfinity.network"],
"faucets": ["https://bitfinity.network/faucet"],
"infoURL": "https://bitfinity.network"
}, { }, {
"name": "HAPchain Testnet", "name": "HAPchain Testnet",
"chainId": 373737, "chainId": 373737,

View File

@ -15658,6 +15658,26 @@
"shortName": "olympus", "shortName": "olympus",
"chainId": 333999, "chainId": 333999,
"networkId": 333999 "networkId": 333999
}, {
"name": "Bitfinity Network Testnet",
"chain": "BFT",
"rpc": ["https://testnet.bitfinity.network"],
"faucets": ["https://bitfinity.network/faucet"],
"nativeCurrency": {
"name": "BITFINITY",
"symbol": "BFT",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
"shortName": "Bitfinity",
"chainId": 355113,
"networkId": 355113,
"explorers": [{
"name": "Bitfinity Block Explorer",
"url": "https://explorer.bitfinity.network",
"icon": "bitfinity",
"standard": "EIP3091"
}]
}, { }, {
"name": "HAPchain Testnet", "name": "HAPchain Testnet",
"chain": "HAPchain", "chain": "HAPchain",

8
icons/bitfinity.json Normal file
View File

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

File diff suppressed because one or more lines are too long

View File

@ -793,6 +793,7 @@
"oonetest": "eip155:333777", "oonetest": "eip155:333777",
"sparta": "eip155:333888", "sparta": "eip155:333888",
"olympus": "eip155:333999", "olympus": "eip155:333999",
"Bitfinity": "eip155:355113",
"hap-testnet": "eip155:373737", "hap-testnet": "eip155:373737",
"metal": "eip155:381931", "metal": "eip155:381931",
"Tahoe": "eip155:381932", "Tahoe": "eip155:381932",