Update eip155-500.json (#2783)

* Added the RPC URL for the now online mainnet 
* Changed explorer URL to a the new deployed explorer in the application suite

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Noc 2023-05-10 10:28:47 +02:00 committed by GitHub
parent 7de15e24ae
commit 1dd1076027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"name": "Camino C-Chain", "name": "Camino C-Chain",
"chain": "CAM", "chain": "CAM",
"rpc": [], "rpc": ["https://api.camino.network/ext/bc/C/rpc"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Camino", "name": "Camino",
@ -16,7 +16,7 @@
"explorers": [ "explorers": [
{ {
"name": "blockexplorer", "name": "blockexplorer",
"url": "https://explorer.camino.foundation/mainnet", "url": "https://suite.camino.network/explorer",
"standard": "none" "standard": "none"
} }
] ]