Skip to content

Commit

Permalink
feat: add Pop Network Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Apr 9, 2024
1 parent faac63d commit 20dcd94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FAUCETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Rococo:

- https://app.element.io/#/room/#rococo-faucet:matrix.org

Paseo:

- https://faucet.polkadot.io/paseo

Aleph Zero Testnet:

- https://faucet.test.azero.dev/
Expand All @@ -26,6 +30,10 @@ Phala PoC 5:

- https://wiki.phala.network/en-us/build/getting-started/deploy-contract/#claim-test-tokens

Pop Network:

- https://onboard.popnetwork.xyz/

T3RN t0rn:

- https://faucet.t0rn.io/
7 changes: 7 additions & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ export const LOCAL = {
// rpc: 'wss://wss.agung.peaq.network',
// };

const POP_NETWORK_TESTNET = {
relay: 'Paseo',
name: 'Pop Network Testnet',
rpc: 'wss://rpc2.paseo.popnetwork.xyz',
};

const PHALA_TESTNET = {
relay: undefined,
name: 'Phala PoC-6',
Expand Down Expand Up @@ -106,6 +112,7 @@ export const TESTNETS = [
T3RN_T0RN,
TERNOA_ALPHANET,
PENDULUM_TESTNET,
POP_NETWORK_TESTNET,
ZEITGEIST_BATTERY_STATION,
].sort((a, b) => a.name.localeCompare(b.name)),
LOCAL,
Expand Down

0 comments on commit 20dcd94

Please sign in to comment.