Deploying to gh-pages from @ ethereum-lists/chains@8b40b3ec93 🚀

This commit is contained in:
ligi 2022-06-13 07:06:24 +00:00
parent 4ca8c8adab
commit 4127d334e0
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

View File

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

View File

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

View File

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