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:
BitciTech 2023-02-23 12:04:12 +03:00 committed by GitHub
parent 2992d73275
commit 67057d2824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmbxmfWw5sVMASz5EbR1DCgLfk8PnqpSJGQKpYuEUpoxqn",
"width": 64,
"height": 64,
"format": "svg"
}
]

View File

@ -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