fix: update rpc and add explorers (#2810)

This commit is contained in:
Andrew Markham-Davies 2023-05-12 09:54:59 +01:00 committed by GitHub
parent 81cd6e888a
commit 7ce3efca49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 6 deletions

View File

@ -2,9 +2,7 @@
"name": "Kanazawa",
"title": "Meld Testnet Kanazawa",
"chain": "Kanazawa",
"rpc": [
"https://rpc-kanazawa.meldlabs.dev/ext/bc/2Ci7VYrUd4fTBqGA5D2HA6UPHzQ4LQyr8rZQww9MGSv9rNkRzn/rpc"
],
"rpc": ["https://subnets.avax.network/meld/testnet/rpc"],
"faucets": [],
"features": [],
"nativeCurrency": {
@ -17,5 +15,12 @@
"shortName": "kanazawa",
"chainId": 222000222,
"networkId": 222000222,
"explorers": []
"explorers": [
{
"name": "explorer",
"url": "https://subnets-test.avax.network/meld",
"icon": "meld",
"standard": "EIP3091"
}
]
}

View File

@ -2,7 +2,7 @@
"name": "Meld",
"title": "Meld Mainnet",
"chain": "MELD",
"rpc": ["https://network-rpc.meld.com"],
"rpc": ["https://subnets.avax.network/meld/mainnet/rpc"],
"faucets": [],
"features": [],
"nativeCurrency": {
@ -15,5 +15,12 @@
"shortName": "meld",
"chainId": 333000333,
"networkId": 333000333,
"explorers": []
"explorers": [
{
"name": "explorer",
"url": "https://subnets.avax.network/meld",
"icon": "meld",
"standard": "EIP3091"
}
]
}