mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add: tenet mainnet && testnet (#2736)
* add: tenet mainnet && testnet * fix: json schema
This commit is contained in:
parent
536d3b1400
commit
02cd2f333e
25
_data/chains/eip155-155.json
Normal file
25
_data/chains/eip155-155.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Tenet Testnet",
|
||||||
|
"title": "Tenet Testnet",
|
||||||
|
"chain": "TENET",
|
||||||
|
"icon": "tenet",
|
||||||
|
"rpc": ["https://rpc.testnet.tenet.org"],
|
||||||
|
"faucets": ["https://faucet.testnet.tenet.org"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TENET",
|
||||||
|
"symbol": "TENET",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://tenet.org/",
|
||||||
|
"shortName": "tenet-testnet",
|
||||||
|
"chainId": 155,
|
||||||
|
"networkId": 155,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "TenetScan Testnet",
|
||||||
|
"url": "https://testnet.tenetscan.io",
|
||||||
|
"icon": "tenet",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
25
_data/chains/eip155-1559.json
Normal file
25
_data/chains/eip155-1559.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Tenet",
|
||||||
|
"title": "Tenet Mainnet",
|
||||||
|
"chain": "TENET",
|
||||||
|
"icon": "tenet",
|
||||||
|
"rpc": ["https://rpc.tenet.org"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TENET",
|
||||||
|
"symbol": "TENET",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://tenet.org/",
|
||||||
|
"shortName": "tenet",
|
||||||
|
"chainId": 1559,
|
||||||
|
"networkId": 1559,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "TenetScan Mainnet",
|
||||||
|
"url": "https://tenetscan.io",
|
||||||
|
"icon": "tenet",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/tenet.json
Normal file
8
_data/icons/tenet.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA",
|
||||||
|
"width": 640,
|
||||||
|
"height": 640,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user