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

* add TPBX bin icon file IPFS hash * add TPBX icon json file * add TPBX chain json files for both mainnet and testnet
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"name": "Tipboxcoin Mainnet",
|
|
"chain": "TPBX",
|
|
"icon": "tipboxcoinIcon",
|
|
"rpc": ["https://mainnet-rpc.tipboxcoin.net"],
|
|
"faucets": ["https://faucet.tipboxcoin.net"],
|
|
"nativeCurrency": {
|
|
"name": "Tipboxcoin",
|
|
"symbol": "TPBX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://tipboxcoin.net",
|
|
"shortName": "TPBXm",
|
|
"chainId": 404040,
|
|
"networkId": 404040,
|
|
"explorers": [
|
|
{
|
|
"name": "Tipboxcoin",
|
|
"url": "https://tipboxcoin.net",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|