added Meld mainnet and updated icon (#2701)

* added kanazawa chain details

* add meld mainnet and update icon

* fixed formatting

---------

Co-authored-by: Andrew Markham-Davies <atmd@andrews-mbp.home>
Co-authored-by: Andrew Markham-Davies <atmd@Andrews-MacBook-Pro.local>
This commit is contained in:
Andrew Markham-Davies 2023-04-24 18:39:56 +01:00 committed by GitHub
parent fad9d885db
commit bc8ac1a522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Kanazawa",
"title": "Meld Testnet Kanazawa",
"chain": "MELD",
"chain": "Kanazawa",
"rpc": [
"https://rpc-kanazawa.meldlabs.dev/ext/bc/2Ci7VYrUd4fTBqGA5D2HA6UPHzQ4LQyr8rZQww9MGSv9rNkRzn/rpc"
],
@ -12,8 +12,9 @@
"symbol": "gMELD",
"decimals": 18
},
"icon": "meld",
"infoURL": "https://meld.com",
"shortName": "meld",
"shortName": "kanazawa",
"chainId": 222000222,
"networkId": 222000222,
"explorers": []

View File

@ -0,0 +1,19 @@
{
"name": "Meld",
"title": "Meld Mainnet",
"chain": "MELD",
"rpc": ["https://network-rpc.meld.com"],
"faucets": [],
"features": [],
"nativeCurrency": {
"name": "gMeld",
"symbol": "gMELD",
"decimals": 18
},
"icon": "meld",
"infoURL": "https://meld.com",
"shortName": "meld",
"chainId": 333000333,
"networkId": 333000333,
"explorers": []
}

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

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