Skip to content

Commit

Permalink
fix getTransaction test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jun 20, 2023
1 parent f328b2d commit 787e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xrpl/snippets/src/getTransaction.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Client, LedgerResponse, TxResponse } from '../../src'

const client = new Client('wss://s.altnet.rippletest.net:51233')
const client = new Client('wss://s2.ripple.com:51233')

async function getTransaction(): Promise<void> {
await client.connect()
Expand Down

0 comments on commit 787e22d

Please sign in to comment.