mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add chain configs for pulsechain main and test net (#410)
* add chain configs for pulsechain main and test net * added rpc prefix * moved 5555 -> 940 and updated shortname
This commit is contained in:
parent
db0d11f44c
commit
a6e1bf1ab5
19
_data/chains/eip155-369.json
Normal file
19
_data/chains/eip155-369.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "PulseChain Mainnet",
|
||||
"shortName": "pls",
|
||||
"chain": "PLS",
|
||||
"network": "mainnet",
|
||||
"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}"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Pulse",
|
||||
"symbol": "PLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}
|
19
_data/chains/eip155-940.json
Normal file
19
_data/chains/eip155-940.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "PulseChain Testnet",
|
||||
"shortName": "tpls",
|
||||
"chain": "tPLS",
|
||||
"network": "testnet",
|
||||
"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": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user