mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Bitci Chain (#2316)
* Add Bitci Chain * Add Bitci Chain Logo * Add Bitci Chain Icon Svg --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
2992d73275
commit
67057d2824
23
_data/chains/eip155-1907.json
Normal file
23
_data/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
_data/chains/eip155-1908.json
Normal file
23
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/bitci.json
Normal file
8
_data/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 |
Loading…
Reference in New Issue
Block a user