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@59565016a1 🚀
This commit is contained in:
parent
e7429a5af9
commit
ad434ea4e4
File diff suppressed because one or more lines are too long
15
chains/eip155-956.json
Normal file
15
chains/eip155-956.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "muNode Testnet",
|
||||
"chain": "munode",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://munode.dev/",
|
||||
"shortName": "munode",
|
||||
"chainId": 956,
|
||||
"networkId": 956
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2689,6 +2689,19 @@
|
|||
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
|
||||
"infoURL": "https://pulsechain.com/"
|
||||
}, {
|
||||
"name": "muNode Testnet",
|
||||
"chainId": 956,
|
||||
"shortName": "munode",
|
||||
"networkId": 956,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://munode.dev/"
|
||||
}, {
|
||||
"name": "CCN",
|
||||
"chainId": 970,
|
||||
|
|
|
@ -3818,6 +3818,20 @@
|
|||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}, {
|
||||
"name": "muNode Testnet",
|
||||
"chain": "munode",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://munode.dev/",
|
||||
"shortName": "munode",
|
||||
"chainId": 956,
|
||||
"networkId": 956
|
||||
}, {
|
||||
"name": "CCN",
|
||||
"title": "ComputeCoin Main Network",
|
||||
|
|
|
@ -206,6 +206,7 @@
|
|||
"tpls": "eip155:940",
|
||||
"t2bpls": "eip155:941",
|
||||
"t3pls": "eip155:942",
|
||||
"munode": "eip155:956",
|
||||
"ccn": "eip155:970",
|
||||
"ccnbeta": "eip155:971",
|
||||
"yeti": "eip155:977",
|
||||
|
|
Loading…
Reference in New Issue
Block a user