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:
3commascapital 2023-04-14 15:09:57 -05:00 committed by GitHub
parent c663380742
commit c4fb64409c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 3 deletions

View File

@ -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.
@ -84,7 +84,7 @@ There are also aggregated json files with all chains automatically assembled:
* if referencing a parent chain - the chain MUST exist in the repo
* if using a IPFS CID for the icon - the CID MUST be retrievable via `ipfs get` - not only through some gateway (means please do not use pinata for now)
* for more constraints you can look into the CI
## Collision management
We cannot allow more than one chain with the same chainID - this would open the door to replay attacks.
@ -131,7 +131,7 @@ BUILD SUCCESSFUL in 7s
* [evmchainlist.com](https://evmchainlist.com)
* [thechainlist.io](https://thechainlist.io)
* [chainlist.info](https://chainlist.info)
* [chainmap.io](https://chainmap.io)
* [chainmap.io](https://chainmap.io)
* [chainlist.in](https://www.chainlist.in)
* [chainz.me](https://chainz.me)
* [Chainlink docs](https://docs.chain.link/)

View File

@ -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",

View File

@ -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",

View 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
}
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj",
"width": 433,
"height": 402,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB