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@5ac14de56a 🚀
This commit is contained in:
parent
a14e3a2a60
commit
86b0a0d17c
File diff suppressed because one or more lines are too long
23
chains/eip155-7575.json
Normal file
23
chains/eip155-7575.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "ADIL Testnet",
|
||||
"chain": "ADIL",
|
||||
"icon": "adil",
|
||||
"rpc": ["https://testnet.adilchain-rpc.io"],
|
||||
"faucets": ["https://testnet-faucet.adil-scan.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Testnet ADIL",
|
||||
"symbol": "ADIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://adilchain.io",
|
||||
"shortName": "tadil",
|
||||
"chainId": 7575,
|
||||
"networkId": 7575,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "ADIL Testnet Explorer",
|
||||
"url": "https://testnet.adilchain-scan.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -6017,6 +6017,19 @@
|
|||
"rpc": ["https://rpc.shyft.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://shyft.network"
|
||||
}, {
|
||||
"name": "ADIL Testnet",
|
||||
"chainId": 7575,
|
||||
"shortName": "tadil",
|
||||
"networkId": 7575,
|
||||
"nativeCurrency": {
|
||||
"name": "Testnet ADIL",
|
||||
"symbol": "ADIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.adilchain-rpc.io"],
|
||||
"faucets": ["https://testnet-faucet.adil-scan.io"],
|
||||
"infoURL": "https://adilchain.io"
|
||||
}, {
|
||||
"name": "The Root Network - Mainnet",
|
||||
"chainId": 7668,
|
||||
|
|
|
@ -8962,6 +8962,26 @@
|
|||
"url": "https://bx.shyft.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "ADIL Testnet",
|
||||
"chain": "ADIL",
|
||||
"icon": "adil",
|
||||
"rpc": ["https://testnet.adilchain-rpc.io"],
|
||||
"faucets": ["https://testnet-faucet.adil-scan.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Testnet ADIL",
|
||||
"symbol": "ADIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://adilchain.io",
|
||||
"shortName": "tadil",
|
||||
"chainId": 7575,
|
||||
"networkId": 7575,
|
||||
"explorers": [{
|
||||
"name": "ADIL Testnet Explorer",
|
||||
"url": "https://testnet.adilchain-scan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "The Root Network - Mainnet",
|
||||
"chain": "TRN",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -462,6 +462,7 @@
|
|||
"planq": "eip155:7070",
|
||||
"kly": "eip155:7331",
|
||||
"shyft": "eip155:7341",
|
||||
"tadil": "eip155:7575",
|
||||
"trn-mainnet": "eip155:7668",
|
||||
"trn-porcini": "eip155:7672",
|
||||
"canto": "eip155:7700",
|
||||
|
|
Loading…
Reference in New Issue
Block a user