mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added TechPay Chain Network (#1100)
* Create techpay.json Added techpay icon * Update techpay.json * Create eip155-2569.json Added TechPay chain network * Update techpay.json * Update techpay.json
This commit is contained in:
parent
6fc206c769
commit
3a2640f3a8
25
_data/chains/eip155-2569.json
Normal file
25
_data/chains/eip155-2569.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "TechPay Mainnet",
|
||||||
|
"chain": "TPC",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://api.techpay.io/"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TechPay",
|
||||||
|
"symbol": "TPC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://techpay.io/",
|
||||||
|
"shortName": "tpc",
|
||||||
|
"chainId": 2569,
|
||||||
|
"networkId": 2569,
|
||||||
|
"icon": "techpay",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "tpcscan",
|
||||||
|
"url": "https://tpcscan.com",
|
||||||
|
"icon": "techpay",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
8
_data/icons/techpay.json
Normal file
8
_data/icons/techpay.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR",
|
||||||
|
"width": 584,
|
||||||
|
"height": 707,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user