Skip to content

Commit

Permalink
chore(namada): update testnet data
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Jul 8, 2024
1 parent 0e51460 commit 521963d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/namada/NamadaChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export default class NamadaChain extends CW.Chain {
}

/** Default chain ID of testnet. */
static testnetChainId = 'luminara.902d53d31e224eebb8ca3'
static testnetChainId = 'tududes-test.81efb06d86523ae4f'

/** Default RPC endpoints for testnet. */
static testnetURLs = new Set(['https://rpc.luminara.icu'])
static testnetURLs = new Set(['https://rpc.namada.tududes.com'])

static get Connection () {
return NamadaConnection
Expand Down

0 comments on commit 521963d

Please sign in to comment.