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
This commit is contained in:
Mr. Dwarkesh Purohit 2023-02-28 11:51:14 +05:30 committed by GitHub
parent f1360c0610
commit b281d7c893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB