Add CMP Mainnet and Testnet (#1420)

* Add CMP mainnet

* change CMP Mainnet short name
This commit is contained in:
Isaac Frank 2022-08-20 17:11:56 +01:00 committed by GitHub
parent 95be2fbb6c
commit f660020ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"name": "CMP-Mainnet",
"chain": "CMP",
"network": "mainnet",
"rpc": [
"https://mainnet.block.caduceus.foundation",
"wss://mainnet.block.caduceus.foundation"
],
"faucets": [],
"nativeCurrency": {
"name": "Caduceus Token",
"symbol": "CMP",
"decimals": 18
},
"infoURL": "https://caduceus.foundation/",
"shortName": "cmp-mainnet",
"chainId": 256256,
"networkId": 256256,
"explorers": [{
"name": "Mainnet Scan",
"url": "https://mainnet.scan.caduceus.foundation",
"standard": "none"
}]
}