Adds v3 and fixedup v2

This commit is contained in:
3commascapital 2022-03-15 10:44:31 -05:00
parent f22af11f03
commit f05ac8605c
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"name": "PulseChain Testnet",
"shortName": "t2bpls",
"chain": "t2bPLS",
"network": "testnet-2b",
"chainId": 941,
"networkId": 941,
"infoURL": "https://pulsechain.com/",
"rpc": [
"https://rpc.v2b.testnet.pulsechain.com/",
"wss://rpc.v2b.testnet.pulsechain.com/"
],
"faucets": [
"https://faucet.v2b.testnet.pulsechain.com/"
],
"nativeCurrency": {
"name": "Test Pulse",
"symbol": "tPLS",
"decimals": 18
}
}

View File

@ -0,0 +1,21 @@
{
"name": "PulseChain Testnet",
"shortName": "t3pls",
"chain": "t3PLS",
"network": "testnet-3",
"chainId": 942,
"networkId": 942,
"infoURL": "https://pulsechain.com/",
"rpc": [
"https://rpc.v3.testnet.pulsechain.com/",
"wss://rpc.v3.testnet.pulsechain.com/"
],
"faucets": [
"https://faucet.v3.testnet.pulsechain.com/"
],
"nativeCurrency": {
"name": "Test Pulse",
"symbol": "tPLS",
"decimals": 18
}
}