Skip to content

Commit

Permalink
feat: add testnet Zeitgeist Battery Station (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboetticher authored Nov 15, 2023
1 parent f10dc0a commit ba789a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ const PENDULUM_TESTNET = {
rpc: 'wss://rpc-foucoco.pendulumchain.tech',
};

const ZEITGEIST_BATTERY_STATION = {
relay: 'Rococo',
name: 'Zeitgeist Battery Station',
rpc: 'wss://bsr.zeitgeist.pm',
};

export const TESTNETS = [
...[
ROCOCO_CONTRACTS,
Expand All @@ -94,6 +100,7 @@ export const TESTNETS = [
ALEPH_ZERO_TESTNET,
T3RN_T0RN,
PENDULUM_TESTNET,
ZEITGEIST_BATTERY_STATION,
].sort((a, b) => a.name.localeCompare(b.name)),
LOCAL,
];
Expand Down

0 comments on commit ba789a1

Please sign in to comment.