mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@f660020ba1 🚀
This commit is contained in:
parent
a109a5f9af
commit
f161c1fbf6
File diff suppressed because one or more lines are too long
24
chains/eip155-256256.json
Normal file
24
chains/eip155-256256.json
Normal 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
|
@ -5406,6 +5406,19 @@
|
||||||
"rpc": ["https://rpc.tau1.artis.network"],
|
"rpc": ["https://rpc.tau1.artis.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://artis.network"
|
"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",
|
"name": "Social Smart Chain Mainnet",
|
||||||
"chainId": 281121,
|
"chainId": 281121,
|
||||||
|
|
|
@ -7805,6 +7805,26 @@
|
||||||
"shortName": "atstau",
|
"shortName": "atstau",
|
||||||
"chainId": 246785,
|
"chainId": 246785,
|
||||||
"networkId": 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",
|
"name": "Social Smart Chain Mainnet",
|
||||||
"chain": "SoChain",
|
"chain": "SoChain",
|
||||||
|
|
|
@ -415,6 +415,7 @@
|
||||||
"hym": "eip155:234666",
|
"hym": "eip155:234666",
|
||||||
"ats": "eip155:246529",
|
"ats": "eip155:246529",
|
||||||
"atstau": "eip155:246785",
|
"atstau": "eip155:246785",
|
||||||
|
"cmp-mainnet": "eip155:256256",
|
||||||
"SoChain": "eip155:281121",
|
"SoChain": "eip155:281121",
|
||||||
"sparta": "eip155:333888",
|
"sparta": "eip155:333888",
|
||||||
"olympus": "eip155:333999",
|
"olympus": "eip155:333999",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user