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@8b40b3ec93 🚀
This commit is contained in:
parent
4ca8c8adab
commit
4127d334e0
File diff suppressed because one or more lines are too long
24
chains/eip155-180.json
Normal file
24
chains/eip155-180.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "AME Chain Mainnet",
|
||||||
|
"chain": "AME",
|
||||||
|
"rpc": [
|
||||||
|
"https://node1.amechain.io/"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AME",
|
||||||
|
"symbol": "AME",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://amechain.io/",
|
||||||
|
"shortName": "ame",
|
||||||
|
"chainId": 180,
|
||||||
|
"networkId": 180,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "AME Scan",
|
||||||
|
"url": "https://amescan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1428,6 +1428,19 @@
|
||||||
"rpc": ["https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com"],
|
"rpc": ["https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com"],
|
||||||
"faucets": ["https://faucet.latam-blockchain.com"],
|
"faucets": ["https://faucet.latam-blockchain.com"],
|
||||||
"infoURL": "https://latam-blockchain.com"
|
"infoURL": "https://latam-blockchain.com"
|
||||||
|
}, {
|
||||||
|
"name": "AME Chain Mainnet",
|
||||||
|
"chainId": 180,
|
||||||
|
"shortName": "ame",
|
||||||
|
"networkId": 180,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AME",
|
||||||
|
"symbol": "AME",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://node1.amechain.io/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://amechain.io/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Seele Mainnet",
|
"name": "Seele Mainnet",
|
||||||
"chainId": 186,
|
"chainId": 186,
|
||||||
|
|
|
@ -1964,6 +1964,25 @@
|
||||||
"shortName": "resil",
|
"shortName": "resil",
|
||||||
"chainId": 172,
|
"chainId": 172,
|
||||||
"networkId": 172
|
"networkId": 172
|
||||||
|
}, {
|
||||||
|
"name": "AME Chain Mainnet",
|
||||||
|
"chain": "AME",
|
||||||
|
"rpc": ["https://node1.amechain.io/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AME",
|
||||||
|
"symbol": "AME",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://amechain.io/",
|
||||||
|
"shortName": "ame",
|
||||||
|
"chainId": 180,
|
||||||
|
"networkId": 180,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "AME Scan",
|
||||||
|
"url": "https://amescan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Seele Mainnet",
|
"name": "Seele Mainnet",
|
||||||
"chain": "Seele",
|
"chain": "Seele",
|
||||||
|
|
|
@ -109,6 +109,7 @@
|
||||||
"aioz": "eip155:168",
|
"aioz": "eip155:168",
|
||||||
"hoosmartchain": "eip155:170",
|
"hoosmartchain": "eip155:170",
|
||||||
"resil": "eip155:172",
|
"resil": "eip155:172",
|
||||||
|
"ame": "eip155:180",
|
||||||
"Seele": "eip155:186",
|
"Seele": "eip155:186",
|
||||||
"BMC": "eip155:188",
|
"BMC": "eip155:188",
|
||||||
"BMCT": "eip155:189",
|
"BMCT": "eip155:189",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user