mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updates pulsechain testnets (#2639)
* Deprecates old testnets * Removes typeo * Updates block explorer standard * Organizes 943 * Uses png for file * Adds png * Updates format * Removes explorers and adds incubating
This commit is contained in:
parent
c663380742
commit
c4fb64409c
|
@ -64,7 +64,7 @@ If the chain is an L2 or a shard of another chain you can link it to the parent
|
|||
"chain": "eip155-1",
|
||||
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
|
||||
}
|
||||
}n
|
||||
}
|
||||
```
|
||||
|
||||
where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional.
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"wss://rpc.v2.testnet.pulsechain.com/"
|
||||
],
|
||||
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
|
||||
"status": "deprecated",
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"wss://rpc.v2b.testnet.pulsechain.com/"
|
||||
],
|
||||
"faucets": ["https://faucet.v2b.testnet.pulsechain.com/"],
|
||||
"status": "deprecated",
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
|
|
25
_data/chains/eip155-943.json
Normal file
25
_data/chains/eip155-943.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "PulseChain Testnet v4",
|
||||
"shortName": "t4pls",
|
||||
"chain": "t4PLS",
|
||||
"chainId": 943,
|
||||
"networkId": 943,
|
||||
"icon": "pulsechain",
|
||||
"infoURL": "https://pulsechain.com",
|
||||
"rpc": [
|
||||
"https://rpc.v4.testnet.pulsechain.com/",
|
||||
"wss://rpc.v4.testnet.pulsechain.com/"
|
||||
],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"faucets": ["https://faucet.v4.testnet.pulsechain.com/"],
|
||||
"ens": {
|
||||
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
||||
},
|
||||
"status": "incubating",
|
||||
"explorers": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}
|
8
_data/icons/pulsechain.json
Normal file
8
_data/icons/pulsechain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj",
|
||||
"width": 433,
|
||||
"height": 402,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user