add caduseus testnet (#1098)

* add caduseus testnet

* Update _data/chains/eip155-868455272153095.json

* Rename eip155-868455272153095.json to eip155-512512.json

Co-authored-by: virginonline <anipeptun@yahoo.com>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Ivan Didichenko 2022-04-24 02:15:10 +07:00 committed by GitHub
parent 2dfccbee3d
commit a861c6902b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"name": "CMP-Testnet",
"chain": "CMP",
"network": "testnet",
"rpc": [
"https://galaxy.block.caduceus.foundation",
"wss://galaxy.block.caduceus.foundation"
],
"faucets": [
"https://dev.caduceus.foundation/testNetwork"
],
"nativeCurrency": {
"name": "Caduceus Testnet Token",
"symbol": "CMP",
"decimals": 18
},
"infoURL": "https://caduceus.foundation/",
"shortName": "cmp",
"chainId": 512512,
"networkId": 512512,
"explorers": [{
"name": "Galaxy Scan",
"url": "https://galaxy.scan.caduceus.foundation",
"standard": "none"
}]
}