mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@02cd2f333e 🚀
This commit is contained in:
parent
3e4a99ab42
commit
ac272a65ff
|
@ -1982,6 +1982,14 @@
|
|||
"height": 500,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "tenet",
|
||||
"icons": [{
|
||||
"url": "ipfs://Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA",
|
||||
"width": 640,
|
||||
"height": 640,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "sardis",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-155.json
Normal file
25
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
chains/eip155-1559.json
Normal file
25
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1753,6 +1753,19 @@
|
|||
"rpc": ["https://rpc-evm.fivenet.sixprotocol.net"],
|
||||
"faucets": ["https://faucet.sixprotocol.net"],
|
||||
"infoURL": "https://six.network/"
|
||||
}, {
|
||||
"name": "Tenet Testnet",
|
||||
"chainId": 155,
|
||||
"shortName": "tenet-testnet",
|
||||
"networkId": 155,
|
||||
"nativeCurrency": {
|
||||
"name": "TENET",
|
||||
"symbol": "TENET",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.testnet.tenet.org"],
|
||||
"faucets": ["https://faucet.testnet.tenet.org"],
|
||||
"infoURL": "https://tenet.org/"
|
||||
}, {
|
||||
"name": "OEBlock Testnet",
|
||||
"chainId": 156,
|
||||
|
@ -4457,6 +4470,19 @@
|
|||
"rpc": ["https://beagle.chat/eth"],
|
||||
"faucets": ["https://faucet.beagle.chat/"],
|
||||
"infoURL": "https://beagle.chat/"
|
||||
}, {
|
||||
"name": "Tenet",
|
||||
"chainId": 1559,
|
||||
"shortName": "tenet",
|
||||
"networkId": 1559,
|
||||
"nativeCurrency": {
|
||||
"name": "TENET",
|
||||
"symbol": "TENET",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.tenet.org"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tenet.org/"
|
||||
}, {
|
||||
"name": "Catecoin Chain Mainnet",
|
||||
"chainId": 1618,
|
||||
|
|
|
@ -2551,6 +2551,28 @@
|
|||
"standard": "none",
|
||||
"icon": "six"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "OEBlock Testnet",
|
||||
"chain": "OEBt",
|
||||
|
@ -6576,6 +6598,28 @@
|
|||
"url": "https://eth.beagle.chat",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Catecoin Chain Mainnet",
|
||||
"chain": "Catechain",
|
||||
|
|
8
icons/tenet.json
Normal file
8
icons/tenet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA",
|
||||
"width": 640,
|
||||
"height": 640,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -134,6 +134,7 @@
|
|||
"dax": "eip155:142",
|
||||
"PHI": "eip155:144",
|
||||
"sixt": "eip155:150",
|
||||
"tenet-testnet": "eip155:155",
|
||||
"obe": "eip155:156",
|
||||
"eva": "eip155:160",
|
||||
"wall-e": "eip155:161",
|
||||
|
@ -342,6 +343,7 @@
|
|||
"Sherpax": "eip155:1506",
|
||||
"SherpaxTestnet": "eip155:1507",
|
||||
"beagle": "eip155:1515",
|
||||
"tenet": "eip155:1559",
|
||||
"cate": "eip155:1618",
|
||||
"ath": "eip155:1620",
|
||||
"bta": "eip155:1657",
|
||||
|
|
Loading…
Reference in New Issue
Block a user