Deploying to gh-pages from @ ethereum-lists/chains@6dc7b69e57 🚀

This commit is contained in:
ligi 2022-11-09 10:18:52 +00:00
parent cb49f0a077
commit 1226a4d7f2
9 changed files with 78 additions and 3 deletions

View File

@ -1066,6 +1066,14 @@
"height": 1501,
"format": "png"
}]
}, {
"name": "memo",
"icons": [{
"url": "ipfs://bafkreig52paynhccs4o5ew6f7mk3xoqu2bqtitmfvlgnwarh2pm33gbdrq",
"width": 128,
"height": 128,
"format": "png"
}]
}, {
"name": "eraswap",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,24 @@
{
"name": "Memo Smart Chain Mainnet",
"chain": "MEMO",
"rpc": ["https://chain.metamemo.one:8501", "wss://chain.metamemo.one:16801"],
"faucets": ["https://faucet.metamemo.one/"],
"nativeCurrency": {
"name": "Memo",
"symbol": "CMEMO",
"decimals": 18
},
"infoURL": "www.memolabs.org",
"shortName": "memochain",
"chainId": 985,
"networkId": 985,
"icon": "memo",
"explorers": [
{
"name": "Memo Mainnet Explorer",
"url": "https://scan.metamemo.one:8080",
"icon": "memoscan",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2650,6 +2650,19 @@
"rpc": ["ethapi.topnetwork.org"],
"faucets": [],
"infoURL": "https://www.topnetwork.org/"
}, {
"name": "Memo Smart Chain Mainnet",
"chainId": 985,
"shortName": "memochain",
"networkId": 985,
"nativeCurrency": {
"name": "Memo",
"symbol": "CMEMO",
"decimals": 18
},
"rpc": ["https://chain.metamemo.one:8501", "wss://chain.metamemo.one:16801"],
"faucets": ["https://faucet.metamemo.one/"],
"infoURL": "www.memolabs.org"
}, {
"name": "TOP Mainnet",
"chainId": 989,

View File

@ -3747,6 +3747,27 @@
"url": "https://www.topscan.io",
"standard": "none"
}]
}, {
"name": "Memo Smart Chain Mainnet",
"chain": "MEMO",
"rpc": ["https://chain.metamemo.one:8501", "wss://chain.metamemo.one:16801"],
"faucets": ["https://faucet.metamemo.one/"],
"nativeCurrency": {
"name": "Memo",
"symbol": "CMEMO",
"decimals": 18
},
"infoURL": "www.memolabs.org",
"shortName": "memochain",
"chainId": 985,
"networkId": 985,
"icon": "memo",
"explorers": [{
"name": "Memo Mainnet Explorer",
"url": "https://scan.metamemo.one:8080",
"icon": "memoscan",
"standard": "EIP3091"
}]
}, {
"name": "TOP Mainnet",
"chain": "TOP",

8
icons/memo.json Normal file
View File

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

View File

@ -203,6 +203,7 @@
"ccnbeta": "eip155:971",
"yeti": "eip155:977",
"top_evm": "eip155:980",
"memochain": "eip155:985",
"top": "eip155:989",
"ln": "eip155:998",
"twan": "eip155:999",