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

This commit is contained in:
ligi 2022-03-15 16:50:06 +00:00
parent ffba3fac82
commit 9517ddfc89
4 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1646,7 +1646,7 @@
"symbol": "PLS",
"decimals": 18
},
"rpc": ["https://rpc.mainnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}", "wss://rpc.mainnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"],
"rpc": ["https://rpc.mainnet.pulsechain.com/", "wss://rpc.mainnet.pulsechain.com/"],
"faucets": [],
"infoURL": "https://pulsechain.com/"
}, {
@ -1997,8 +1997,8 @@
"symbol": "tPLS",
"decimals": 18
},
"rpc": ["https://rpc.testnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}", "wss://rpc.testnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"],
"faucets": [],
"rpc": ["https://rpc.v2.testnet.pulsechain.com/", "wss://rpc.v2.testnet.pulsechain.com/"],
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
"infoURL": "https://pulsechain.com/"
}, {
"name": "Nepal Blockchain Network",

View File

@ -2257,7 +2257,7 @@
"chainId": 369,
"networkId": 369,
"infoURL": "https://pulsechain.com/",
"rpc": ["https://rpc.mainnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}", "wss://rpc.mainnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"],
"rpc": ["https://rpc.mainnet.pulsechain.com/", "wss://rpc.mainnet.pulsechain.com/"],
"faucets": [],
"nativeCurrency": {
"name": "Pulse",
@ -2730,8 +2730,8 @@
"chainId": 940,
"networkId": 940,
"infoURL": "https://pulsechain.com/",
"rpc": ["https://rpc.testnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}", "wss://rpc.testnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"],
"faucets": [],
"rpc": ["https://rpc.v2.testnet.pulsechain.com/", "wss://rpc.v2.testnet.pulsechain.com/"],
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
"nativeCurrency": {
"name": "Test Pulse",
"symbol": "tPLS",