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@cae8d2b27c 🚀
This commit is contained in:
parent
9517ddfc89
commit
5a781dd249
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2000,6 +2000,32 @@
|
|||
"rpc": ["https://rpc.v2.testnet.pulsechain.com/", "wss://rpc.v2.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
|
||||
"infoURL": "https://pulsechain.com/"
|
||||
}, {
|
||||
"name": "PulseChain Testnet v2b",
|
||||
"chainId": 941,
|
||||
"shortName": "t2bpls",
|
||||
"networkId": 941,
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.v2b.testnet.pulsechain.com/", "wss://rpc.v2b.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v2b.testnet.pulsechain.com/"],
|
||||
"infoURL": "https://pulsechain.com/"
|
||||
}, {
|
||||
"name": "PulseChain Testnet v3",
|
||||
"chainId": 942,
|
||||
"shortName": "t3pls",
|
||||
"networkId": 942,
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
},
|
||||
"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": "Nepal Blockchain Network",
|
||||
"chainId": 977,
|
||||
|
|
|
@ -2737,6 +2737,36 @@
|
|||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}, {
|
||||
"name": "PulseChain Testnet v2b",
|
||||
"shortName": "t2bpls",
|
||||
"chain": "t2bPLS",
|
||||
"network": "testnet-2b",
|
||||
"chainId": 941,
|
||||
"networkId": 941,
|
||||
"infoURL": "https://pulsechain.com/",
|
||||
"rpc": ["https://rpc.v2b.testnet.pulsechain.com/", "wss://rpc.v2b.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v2b.testnet.pulsechain.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}, {
|
||||
"name": "PulseChain Testnet v3",
|
||||
"shortName": "t3pls",
|
||||
"chain": "t3PLS",
|
||||
"network": "testnet-3",
|
||||
"chainId": 942,
|
||||
"networkId": 942,
|
||||
"infoURL": "https://pulsechain.com/",
|
||||
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
|
||||
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Test Pulse",
|
||||
"symbol": "tPLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}, {
|
||||
"name": "Nepal Blockchain Network",
|
||||
"chain": "YETI",
|
||||
|
|
|
@ -153,6 +153,8 @@
|
|||
"gar-test-s2": "eip155:902",
|
||||
"gar-test-s3": "eip155:903",
|
||||
"tpls": "eip155:940",
|
||||
"t2bpls": "eip155:941",
|
||||
"t3pls": "eip155:942",
|
||||
"yeti": "eip155:977",
|
||||
"ln": "eip155:998",
|
||||
"twan": "eip155:999",
|
||||
|
|
Loading…
Reference in New Issue
Block a user