Deploying to gh-pages from @ ethereum-lists/chains@38ae9788f2 🚀

This commit is contained in:
ligi 2022-11-18 10:06:25 +00:00
parent 9e447531a9
commit 28a862ceb7
10 changed files with 135 additions and 3 deletions

View File

@ -222,6 +222,14 @@
"height": 512,
"format": "png"
}]
}, {
"name": "map",
"icons": [{
"url": "ipfs://QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD",
"width": 512,
"height": 512,
"format": "png"
}]
}, {
"name": "agora",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-212.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "MAP Makalu",
"title": "MAP Testnet Makalu",
"chain": "MAP",
"rpc": ["https://testnet-rpc.maplabs.io"],
"faucets": ["https://faucet.maplabs.io"],
"nativeCurrency": {
"name": "Makalu MAP",
"symbol": "MAP",
"decimals": 18
},
"infoURL": "https://maplabs.io",
"shortName": "makalu",
"chainId": 212,
"networkId": 212,
"explorers": [
{
"name": "mapscan",
"url": "https://testnet.mapscan.io",
"standard": "EIP3091"
}
]
}

24
chains/eip155-22776.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "MAP Mainnet",
"chain": "MAP",
"icon": "map",
"rpc": ["https://rpc.maplabs.io"],
"faucets": [],
"nativeCurrency": {
"name": "MAP",
"symbol": "MAP",
"decimals": 18
},
"infoURL": "https://maplabs.io",
"shortName": "map",
"chainId": 22776,
"networkId": 22776,
"slip44": 60,
"explorers": [
{
"name": "mapscan",
"url": "https://mapscan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1675,6 +1675,19 @@
"rpc": ["http://13.57.207.168:3435", "https://app.freighttrust.net/ftn/${API_KEY}"],
"faucets": ["http://faucet.freight.sh"],
"infoURL": "https://freighttrust.com"
}, {
"name": "MAP Makalu",
"chainId": 212,
"shortName": "makalu",
"networkId": 212,
"nativeCurrency": {
"name": "Makalu MAP",
"symbol": "MAP",
"decimals": 18
},
"rpc": ["https://testnet-rpc.maplabs.io"],
"faucets": ["https://faucet.maplabs.io"],
"infoURL": "https://maplabs.io"
}, {
"name": "SoterOne Mainnet old",
"chainId": 218,
@ -5198,6 +5211,19 @@
"rpc": ["https://taycan-rpc.hupayx.io:8545"],
"faucets": [],
"infoURL": "https://hupayx.io"
}, {
"name": "MAP Mainnet",
"chainId": 22776,
"shortName": "map",
"networkId": 22776,
"nativeCurrency": {
"name": "MAP",
"symbol": "MAP",
"decimals": 18
},
"rpc": ["https://rpc.maplabs.io"],
"faucets": [],
"infoURL": "https://maplabs.io"
}, {
"name": "Opside Testnet",
"chainId": 23118,

View File

@ -2359,6 +2359,26 @@
"shortName": "EDI",
"chainId": 211,
"networkId": 0
}, {
"name": "MAP Makalu",
"title": "MAP Testnet Makalu",
"chain": "MAP",
"rpc": ["https://testnet-rpc.maplabs.io"],
"faucets": ["https://faucet.maplabs.io"],
"nativeCurrency": {
"name": "Makalu MAP",
"symbol": "MAP",
"decimals": 18
},
"infoURL": "https://maplabs.io",
"shortName": "makalu",
"chainId": 212,
"networkId": 212,
"explorers": [{
"name": "mapscan",
"url": "https://testnet.mapscan.io",
"standard": "EIP3091"
}]
}, {
"name": "SoterOne Mainnet old",
"chain": "SOTER",
@ -7504,6 +7524,27 @@
"standard": "none",
"icon": "shuffle"
}]
}, {
"name": "MAP Mainnet",
"chain": "MAP",
"icon": "map",
"rpc": ["https://rpc.maplabs.io"],
"faucets": [],
"nativeCurrency": {
"name": "MAP",
"symbol": "MAP",
"decimals": 18
},
"infoURL": "https://maplabs.io",
"shortName": "map",
"chainId": 22776,
"networkId": 22776,
"slip44": 60,
"explorers": [{
"name": "mapscan",
"url": "https://mapscan.io",
"standard": "EIP3091"
}]
}, {
"name": "Opside Testnet",
"chain": "Opside",

8
icons/map.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcLdQ8gM4iHv3CCKA9HuxmzTxY4WhjWtepUVCc3dpzKxD",
"width": 512,
"height": 512,
"format": "png"
}
]

View File

@ -128,6 +128,7 @@
"aox": "eip155:200",
"moactest": "eip155:201",
"EDI": "eip155:211",
"makalu": "eip155:212",
"SO1-old": "eip155:218",
"ASK": "eip155:222",
"LA": "eip155:225",
@ -399,6 +400,7 @@
"cennz-a": "eip155:21337",
"omc": "eip155:21816",
"SFL": "eip155:22023",
"map": "eip155:22776",
"opside": "eip155:23118",
"web": "eip155:24484",
"mintme": "eip155:24734",