mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-07 18:56:40 +00:00
Merge branch 'develop' into gw/monorepo
This commit is contained in:
@@ -46,7 +46,7 @@ Example usage:
|
||||
```js
|
||||
const xrpl = require("xrpl")
|
||||
async function main() {
|
||||
const client = new xrpl.Client("wss://s.altnet.rippletest.net:51234/")
|
||||
const client = new xrpl.Client("wss://s.altnet.rippletest.net:51233")
|
||||
await client.connect()
|
||||
|
||||
const response = await client.request({
|
||||
|
||||
Reference in New Issue
Block a user