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@9d7f5ba74d 🚀
This commit is contained in:
parent
e91a61132e
commit
88c68c1ecd
|
@ -198,6 +198,14 @@
|
|||
"height": 800,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bitfinity",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreiczbhnoc5wpjikskmehexmg3xmqr4fchrny64db4wmk3lrygqik5e",
|
||||
"width": 796,
|
||||
"height": 129,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "tscscan",
|
||||
"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
23
chains/eip155-355113.json
Normal 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
|
@ -10320,6 +10320,19 @@
|
|||
"rpc": ["https://rpc.polis.tech"],
|
||||
"faucets": ["https://faucet.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",
|
||||
"chainId": 373737,
|
||||
|
|
|
@ -15658,6 +15658,26 @@
|
|||
"shortName": "olympus",
|
||||
"chainId": 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",
|
||||
"chain": "HAPchain",
|
||||
|
|
8
icons/bitfinity.json
Normal file
8
icons/bitfinity.json
Normal 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
|
@ -793,6 +793,7 @@
|
|||
"oonetest": "eip155:333777",
|
||||
"sparta": "eip155:333888",
|
||||
"olympus": "eip155:333999",
|
||||
"Bitfinity": "eip155:355113",
|
||||
"hap-testnet": "eip155:373737",
|
||||
"metal": "eip155:381931",
|
||||
"Tahoe": "eip155:381932",
|
||||
|
|
Loading…
Reference in New Issue
Block a user