Deploying to gh-pages from @ ethereum-lists/chains@f660020ba1 🚀

This commit is contained in:
ligi 2022-08-20 16:16:02 +00:00
parent a109a5f9af
commit f161c1fbf6
6 changed files with 60 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-256256.json Normal file
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"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -5406,6 +5406,19 @@
"rpc": ["https://rpc.tau1.artis.network"],
"faucets": [],
"infoURL": "https://artis.network"
}, {
"name": "CMP-Mainnet",
"chainId": 256256,
"shortName": "cmp-mainnet",
"networkId": 256256,
"nativeCurrency": {
"name": "Caduceus Token",
"symbol": "CMP",
"decimals": 18
},
"rpc": ["https://mainnet.block.caduceus.foundation", "wss://mainnet.block.caduceus.foundation"],
"faucets": [],
"infoURL": "https://caduceus.foundation/"
}, {
"name": "Social Smart Chain Mainnet",
"chainId": 281121,

View File

@ -7805,6 +7805,26 @@
"shortName": "atstau",
"chainId": 246785,
"networkId": 246785
}, {
"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"
}]
}, {
"name": "Social Smart Chain Mainnet",
"chain": "SoChain",

View File

@ -415,6 +415,7 @@
"hym": "eip155:234666",
"ats": "eip155:246529",
"atstau": "eip155:246785",
"cmp-mainnet": "eip155:256256",
"SoChain": "eip155:281121",
"sparta": "eip155:333888",
"olympus": "eip155:333999",