mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@c4fb64409c 🚀
This commit is contained in:
parent
872e45877c
commit
e024b09d6a
|
@ -278,6 +278,14 @@
|
|||
"height": 529,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "pulsechain",
|
||||
"icons": [{
|
||||
"url": "ipfs://Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj",
|
||||
"width": 433,
|
||||
"height": 402,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "hsk",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
chains/eip155-943.json
Normal file
25
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
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3313,6 +3313,19 @@
|
|||
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
|
||||
"infoURL": "https://pulsechain.com/"
|
||||
}, {
|
||||
"name": "PulseChain Testnet v4",
|
||||
"chainId": 943,
|
||||
"shortName": "t4pls",
|
||||
"networkId": 943,
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.v4.testnet.pulsechain.com/", "wss://rpc.v4.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v4.testnet.pulsechain.com/"],
|
||||
"infoURL": "https://pulsechain.com"
|
||||
}, {
|
||||
"name": "muNode Testnet",
|
||||
"chainId": 956,
|
||||
|
|
|
@ -4846,6 +4846,7 @@
|
|||
"infoURL": "https://pulsechain.com/",
|
||||
"rpc": ["https://rpc.v2.testnet.pulsechain.com/", "wss://rpc.v2.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
|
||||
"status": "deprecated",
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
|
@ -4860,6 +4861,7 @@
|
|||
"infoURL": "https://pulsechain.com/",
|
||||
"rpc": ["https://rpc.v2b.testnet.pulsechain.com/", "wss://rpc.v2b.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v2b.testnet.pulsechain.com/"],
|
||||
"status": "deprecated",
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
|
@ -4879,6 +4881,31 @@
|
|||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}, {
|
||||
"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
|
||||
}
|
||||
}, {
|
||||
"name": "muNode Testnet",
|
||||
"chain": "munode",
|
||||
|
|
8
icons/pulsechain.json
Normal file
8
icons/pulsechain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj",
|
||||
"width": 433,
|
||||
"height": 402,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj
Normal file
BIN
iconsDownload/Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -254,6 +254,7 @@
|
|||
"tpls": "eip155:940",
|
||||
"t2bpls": "eip155:941",
|
||||
"t3pls": "eip155:942",
|
||||
"t4pls": "eip155:943",
|
||||
"munode": "eip155:956",
|
||||
"ccn": "eip155:970",
|
||||
"Huygens": "eip155:971",
|
||||
|
|
Loading…
Reference in New Issue
Block a user