add dogs, bni to the chain list (#2158)

* adding mnz logo binary file

* adding mnz icons json files

for both testnet and mainnet

* adding mnz chains json

for both testnet and mainnet

* fixed explorer URL

* fixed the name

MNZ to MainnetZ

* fixed the name

MNZ to MainnetZ

* added Sardis bin logo

* added sardis icons json files

for both mainnet & testnet

* added sardis chains json files

for both mainnet & testnet

* renamed symbol to NetZ

* renamed symbol to NetZ

* added soverun icon bin file

* added soverun icons json 

for both Soverun mainnet & testnet

* added Soverun chains json files

for both Soverun mainnet & testnet

* added STAND icon bin file

* added STAND icons json files

for both mainnet & testnet

* added STAND chains json files

for both mainnet & testnet

* add dogs icon bin file

* add dogs icon json files

both for mainnet & testnet

* add dogs chains json files

for both testnet & mainnet

* add bitindi icon binary file

* add bitindi icon json files

both for mainnet and testnet

* add bitindi chain json files

for both mainnet & testnet

* fixed explorer link

* Delete dogsTestnet duplicate of dogs.json file

* update icon

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
SolidityX 2023-02-04 22:50:01 +05:30 committed by GitHub
parent 33dcd88325
commit 7f111e17ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 116 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Dogcoin Mainnet",
"chain": "DOGS",
"icon": "dogs",
"rpc": ["https://mainnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"infoURL": "https://dogcoin.network",
"shortName": "DOGSm",
"chainId": 1117,
"networkId": 1117,
"explorers": [
{
"name": "Dogcoin",
"url": "https://explorer.dogcoin.network",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Bitindi Testnet",
"chain": "BNI",
"icon": "bitindiTestnet",
"rpc": ["https://testnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"infoURL": "https://bitindi.org",
"shortName": "BNIt",
"chainId": 4096,
"networkId": 4096,
"explorers": [
{
"name": "Bitindi",
"url": "https://testnet.bitindiscan.com",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Bitindi Mainnet",
"chain": "BNI",
"icon": "bitindi",
"rpc": ["https://mainnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"infoURL": "https://bitindi.org",
"shortName": "BNIm",
"chainId": 4099,
"networkId": 4099,
"explorers": [
{
"name": "Bitindi",
"url": "https://bitindiscan.com",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Dogcoin Testnet",
"chain": "DOGS",
"icon": "dogs",
"rpc": ["https://testnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"infoURL": "https://dogcoin.network",
"shortName": "DOGSt",
"chainId": 9339,
"networkId": 9339,
"explorers": [
{
"name": "Dogcoin",
"url": "https://testnet.dogcoin.network",
"standard": "EIP3091"
}
]
}

8
_data/icons/bitindi.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s",
"width": 60,
"height": 72,
"format": "png"
}
]

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s",
"width": 60,
"height": 72,
"format": "png"
}
]

8
_data/icons/dogs.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3",
"width": 160,
"height": 171,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB