mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|