Skip to content

Commit

Permalink
fix(namada): update default chain id and rpc for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed May 28, 2024
1 parent 2390522 commit 120a53c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/namada/namada-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,11 @@ export class Namada extends CW.Chain {
}

/** Default chain ID of testnet. */
static testnetChainId = 'shielded-expedition.88f17d1d14'
static testnetChainId = 'luminara.902d53d31e224eebb8ca3'

/** Default RPC endpoints for testnet. */
static testnetURLs = new Set([
'https://namada-testnet-rpc.itrocket.net',
'https://namada-rpc.stake-machine.com',
'https://namadarpc.songfi.xyz',
'https://rpc.testnet.one',
'https://rpc.luminara.icu',
])

static get Connection () {
Expand Down

0 comments on commit 120a53c

Please sign in to comment.