Skip to content

Commit

Permalink
feat: adding Ternoa Alphanet (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinriaz17 authored Feb 8, 2024
1 parent 397ccf4 commit 7ca81fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ const T3RN_T0RN = {
rpc: 'wss://ws.t0rn.io',
};

const TERNOA_ALPHANET = {
relay: undefined,
name: 'Ternoa Alphanet',
rpc: 'wss://alphanet.ternoa.com',
};
// https://pendulum.gitbook.io/pendulum-docs/build/build-environment/foucoco-testnet
const PENDULUM_TESTNET = {
relay: 'Rococo',
Expand All @@ -99,6 +104,7 @@ export const TESTNETS = [
ASTAR_SHIBUYA,
ALEPH_ZERO_TESTNET,
T3RN_T0RN,
TERNOA_ALPHANET,
PENDULUM_TESTNET,
ZEITGEIST_BATTERY_STATION,
].sort((a, b) => a.name.localeCompare(b.name)),
Expand Down

0 comments on commit 7ca81fd

Please sign in to comment.