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@67057d2824 🚀
This commit is contained in:
parent
87b0ed7f3a
commit
60659defe6
|
@ -742,6 +742,14 @@
|
||||||
"height": 400,
|
"height": 400,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "bitci",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmbxmfWw5sVMASz5EbR1DCgLfk8PnqpSJGQKpYuEUpoxqn",
|
||||||
|
"width": 64,
|
||||||
|
"height": 64,
|
||||||
|
"format": "svg"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "phi",
|
"name": "phi",
|
||||||
"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-1907.json
Normal file
23
chains/eip155-1907.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Bitcichain Mainnet",
|
||||||
|
"chain": "BITCI",
|
||||||
|
"icon": "bitci",
|
||||||
|
"rpc": ["https://rpc.bitci.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bitci",
|
||||||
|
"symbol": "BITCI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.bitcichain.com",
|
||||||
|
"shortName": "bitci",
|
||||||
|
"chainId": 1907,
|
||||||
|
"networkId": 1907,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Bitci Explorer",
|
||||||
|
"url": "https://bitciexplorer.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
23
chains/eip155-1908.json
Normal file
23
chains/eip155-1908.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Bitcichain Testnet",
|
||||||
|
"chain": "TBITCI",
|
||||||
|
"icon": "bitci",
|
||||||
|
"rpc": ["https://testnet.bitcichain.com"],
|
||||||
|
"faucets": ["https://faucet.bitcichain.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Test Bitci",
|
||||||
|
"symbol": "TBITCI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.bitcichain.com",
|
||||||
|
"shortName": "tbitci",
|
||||||
|
"chainId": 1908,
|
||||||
|
"networkId": 1908,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Bitci Explorer Testnet",
|
||||||
|
"url": "https://testnet.bitciexplorer.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4275,6 +4275,32 @@
|
||||||
"rpc": ["http://rpc.boyanet.org:8545", "ws://rpc.boyanet.org:8546"],
|
"rpc": ["http://rpc.boyanet.org:8545", "ws://rpc.boyanet.org:8546"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://boyanet.org"
|
"infoURL": "https://boyanet.org"
|
||||||
|
}, {
|
||||||
|
"name": "Bitcichain Mainnet",
|
||||||
|
"chainId": 1907,
|
||||||
|
"shortName": "bitci",
|
||||||
|
"networkId": 1907,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bitci",
|
||||||
|
"symbol": "BITCI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.bitci.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.bitcichain.com"
|
||||||
|
}, {
|
||||||
|
"name": "Bitcichain Testnet",
|
||||||
|
"chainId": 1908,
|
||||||
|
"shortName": "tbitci",
|
||||||
|
"networkId": 1908,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Test Bitci",
|
||||||
|
"symbol": "TBITCI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet.bitcichain.com"],
|
||||||
|
"faucets": ["https://faucet.bitcichain.com"],
|
||||||
|
"infoURL": "https://www.bitcichain.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "ONUS Chain Testnet",
|
"name": "ONUS Chain Testnet",
|
||||||
"chainId": 1945,
|
"chainId": 1945,
|
||||||
|
|
|
@ -6221,6 +6221,46 @@
|
||||||
"url": "https://explorer.boyanet.org:4001",
|
"url": "https://explorer.boyanet.org:4001",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Bitcichain Mainnet",
|
||||||
|
"chain": "BITCI",
|
||||||
|
"icon": "bitci",
|
||||||
|
"rpc": ["https://rpc.bitci.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bitci",
|
||||||
|
"symbol": "BITCI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.bitcichain.com",
|
||||||
|
"shortName": "bitci",
|
||||||
|
"chainId": 1907,
|
||||||
|
"networkId": 1907,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Bitci Explorer",
|
||||||
|
"url": "https://bitciexplorer.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Bitcichain Testnet",
|
||||||
|
"chain": "TBITCI",
|
||||||
|
"icon": "bitci",
|
||||||
|
"rpc": ["https://testnet.bitcichain.com"],
|
||||||
|
"faucets": ["https://faucet.bitcichain.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Test Bitci",
|
||||||
|
"symbol": "TBITCI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.bitcichain.com",
|
||||||
|
"shortName": "tbitci",
|
||||||
|
"chainId": 1908,
|
||||||
|
"networkId": 1908,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Bitci Explorer Testnet",
|
||||||
|
"url": "https://testnet.bitciexplorer.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "ONUS Chain Testnet",
|
"name": "ONUS Chain Testnet",
|
||||||
"title": "ONUS Chain Testnet",
|
"title": "ONUS Chain Testnet",
|
||||||
|
|
8
icons/bitci.json
Normal file
8
icons/bitci.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmbxmfWw5sVMASz5EbR1DCgLfk8PnqpSJGQKpYuEUpoxqn",
|
||||||
|
"width": 64,
|
||||||
|
"height": 64,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g transform="translate(-286 -701)"><circle cx="32" cy="32" r="32" transform="translate(286 701)" fill="#ea5615"/><path d="M22.322,16.622a7.3,7.3,0,0,0,3.184-6.289c0-4.631-2.774-7.718-7.567-8.573V0h-4.83V1.52H8.788V0H3.959V1.52H0L5.948,9.532H2.325V26.059H5.948L0,34.072H3.959V35.59h4.83V34.072h4.32V35.59h4.83V34.055c5.772-.246,10.257-3.623,10.257-9.462,0-4.517-2.51-6.821-5.874-7.972M9.14,7.676h5.022c2.825,0,4.483,1.328,4.483,3.543,0,2.17-1.7,3.588-4.3,3.588H9.14ZM16.4,27.915H9.14v-7.75h7.085c3.183,0,5.02,1.373,5.02,3.9S19.363,27.915,16.4,27.915Z" transform="translate(303.902 715.205)" fill="#fff"/></g></svg>
|
After Width: | Height: | Size: 697 B |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -328,6 +328,8 @@
|
||||||
"tsf": "eip155:1856",
|
"tsf": "eip155:1856",
|
||||||
"gitshockchain": "eip155:1881",
|
"gitshockchain": "eip155:1881",
|
||||||
"boya": "eip155:1898",
|
"boya": "eip155:1898",
|
||||||
|
"bitci": "eip155:1907",
|
||||||
|
"tbitci": "eip155:1908",
|
||||||
"onus-testnet": "eip155:1945",
|
"onus-testnet": "eip155:1945",
|
||||||
"dchain-mainnet": "eip155:1951",
|
"dchain-mainnet": "eip155:1951",
|
||||||
"atlr": "eip155:1971",
|
"atlr": "eip155:1971",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user