mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add memo chain and icon (#1850)
This commit is contained in:
parent
fce7cd636b
commit
6dc7b69e57
24
_data/chains/eip155-985.json
Normal file
24
_data/chains/eip155-985.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/memo.json
Normal file
8
_data/icons/memo.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreig52paynhccs4o5ew6f7mk3xoqu2bqtitmfvlgnwarh2pm33gbdrq",
|
||||||
|
"width": 128,
|
||||||
|
"height": 128,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user