Skip to content

Commit

Permalink
fix(namada): re-add updated connection info
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Jun 13, 2024
1 parent e55d068 commit 66e6a9a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/namada/NamadaChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,10 @@ export default class NamadaChain 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',
])
static testnetURLs = new Set(['https://rpc.luminara.icu'])

static get Connection () {
return NamadaConnection
Expand Down

0 comments on commit 66e6a9a

Please sign in to comment.