Deploying to gh-pages from @ ethereum-lists/chains@5ac14de56a 🚀

This commit is contained in:
ligi 2023-03-24 12:36:48 +00:00
parent a14e3a2a60
commit 86b0a0d17c
7 changed files with 60 additions and 3 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-7575.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",