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

This commit is contained in:
ligi 2022-12-04 20:43:30 +00:00
parent e7429a5af9
commit ad434ea4e4
6 changed files with 45 additions and 2 deletions

File diff suppressed because one or more lines are too long

15
chains/eip155-956.json Normal file
View 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

View File

@ -2689,6 +2689,19 @@
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"], "rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"], "faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
"infoURL": "https://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", "name": "CCN",
"chainId": 970, "chainId": 970,

View File

@ -3818,6 +3818,20 @@
"symbol": "tPLS", "symbol": "tPLS",
"decimals": 18 "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", "name": "CCN",
"title": "ComputeCoin Main Network", "title": "ComputeCoin Main Network",

View File

@ -206,6 +206,7 @@
"tpls": "eip155:940", "tpls": "eip155:940",
"t2bpls": "eip155:941", "t2bpls": "eip155:941",
"t3pls": "eip155:942", "t3pls": "eip155:942",
"munode": "eip155:956",
"ccn": "eip155:970", "ccn": "eip155:970",
"ccnbeta": "eip155:971", "ccnbeta": "eip155:971",
"yeti": "eip155:977", "yeti": "eip155:977",