mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adds v3 and v2b (#982)
* Adds v3 and fixedup v2 * Adds unique names for pulsechain testnets
This commit is contained in:
parent
45783f5519
commit
cae8d2b27c
21
_data/chains/eip155-941.json
Normal file
21
_data/chains/eip155-941.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "PulseChain Testnet v2b",
|
||||
"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
|
||||
}
|
||||
}
|
21
_data/chains/eip155-942.json
Normal file
21
_data/chains/eip155-942.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "PulseChain Testnet v3",
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user