mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
f1360c0610
commit
b281d7c893
23
_data/chains/eip155-404040.json
Normal file
23
_data/chains/eip155-404040.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-4141.json
Normal file
23
_data/chains/eip155-4141.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/tipboxcoinIcon.json
Normal file
8
_data/icons/tipboxcoinIcon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmbiaHnR3fVVofZ7Xq2GYZxwHkLEy3Fh5qDtqnqXD6ACAh",
|
||||
"width": 192,
|
||||
"height": 192,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in New Issue
Block a user