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@45783f5519 🚀
This commit is contained in:
parent
ffba3fac82
commit
9517ddfc89
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user