add memo chain and icon (#1850)

This commit is contained in:
wy-h 2022-11-09 18:15:51 +08:00 committed by GitHub
parent fce7cd636b
commit 6dc7b69e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

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"
}
]
}

8
_data/icons/memo.json Normal file
View File

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