chains/_data/chains/eip155-4141.json
Mr. Dwarkesh Purohit b281d7c893
Adding TPBX to chain list (#2339)
* add TPBX bin icon file

IPFS hash

* add TPBX icon json file

* add TPBX chain json files

for both mainnet and testnet
2023-02-28 07:21:14 +01:00

24 lines
513 B
JSON

{
"name": "Tipboxcoin Testnet",
"chain": "TPBX",
"icon": "tipboxcoinIcon",
"rpc": ["https://testnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"infoURL": "https://tipboxcoin.net",
"shortName": "TPBXt",
"chainId": 4141,
"networkId": 4141,
"explorers": [
{
"name": "Tipboxcoin",
"url": "https://testnet.tipboxcoin.net",
"standard": "EIP3091"
}
]
}