Updates rpc urls for pulsechain testnet 940 (#981)

This commit is contained in:
3commascapital 2022-03-15 11:47:00 -05:00 committed by GitHub
parent f22af11f03
commit 45783f5519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -6,8 +6,8 @@
"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}"
"https://rpc.mainnet.pulsechain.com/",
"wss://rpc.mainnet.pulsechain.com/"
],
"faucets": [],
"nativeCurrency": {

View File

@ -6,10 +6,12 @@
"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}"
"https://rpc.v2.testnet.pulsechain.com/",
"wss://rpc.v2.testnet.pulsechain.com/"
],
"faucets": [
"https://faucet.v2.testnet.pulsechain.com/"
],
"faucets": [],
"nativeCurrency": {
"name": "Test Pulse",
"symbol": "tPLS",