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",
|
"chain": "eip155-1",
|
||||||
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
|
"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.
|
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 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)
|
* 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
|
* for more constraints you can look into the CI
|
||||||
|
|
||||||
## Collision management
|
## Collision management
|
||||||
|
|
||||||
We cannot allow more than one chain with the same chainID - this would open the door to replay attacks.
|
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)
|
* [evmchainlist.com](https://evmchainlist.com)
|
||||||
* [thechainlist.io](https://thechainlist.io)
|
* [thechainlist.io](https://thechainlist.io)
|
||||||
* [chainlist.info](https://chainlist.info)
|
* [chainlist.info](https://chainlist.info)
|
||||||
* [chainmap.io](https://chainmap.io)
|
* [chainmap.io](https://chainmap.io)
|
||||||
* [chainlist.in](https://www.chainlist.in)
|
* [chainlist.in](https://www.chainlist.in)
|
||||||
* [chainz.me](https://chainz.me)
|
* [chainz.me](https://chainz.me)
|
||||||
* [Chainlink docs](https://docs.chain.link/)
|
* [Chainlink docs](https://docs.chain.link/)
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"wss://rpc.v2.testnet.pulsechain.com/"
|
"wss://rpc.v2.testnet.pulsechain.com/"
|
||||||
],
|
],
|
||||||
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
|
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
|
||||||
|
"status": "deprecated",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Test Pulse",
|
"name": "Test Pulse",
|
||||||
"symbol": "tPLS",
|
"symbol": "tPLS",
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"wss://rpc.v2b.testnet.pulsechain.com/"
|
"wss://rpc.v2b.testnet.pulsechain.com/"
|
||||||
],
|
],
|
||||||
"faucets": ["https://faucet.v2b.testnet.pulsechain.com/"],
|
"faucets": ["https://faucet.v2b.testnet.pulsechain.com/"],
|
||||||
|
"status": "deprecated",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Test Pulse",
|
"name": "Test Pulse",
|
||||||
"symbol": "tPLS",
|
"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