add: tenet mainnet && testnet (#2736)

* add: tenet mainnet && testnet

* fix: json schema
This commit is contained in:
Pavel Ageykin 2023-05-05 06:52:39 +03:00 committed by GitHub
parent 536d3b1400
commit 02cd2f333e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA",
"width": 640,
"height": 640,
"format": "svg"
}
]