mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
@@ -78,7 +78,6 @@
|
|||||||
"format": "prettier --write '{src,test}/**/*.ts'",
|
"format": "prettier --write '{src,test}/**/*.ts'",
|
||||||
"lint": "eslint 'src/**/*.ts' 'test/*-test.{ts,js}'",
|
"lint": "eslint 'src/**/*.ts' 'test/*-test.{ts,js}'",
|
||||||
"perf": "./scripts/perf_test.sh",
|
"perf": "./scripts/perf_test.sh",
|
||||||
"start": "node scripts/http.js",
|
|
||||||
"compile:snippets": "tsc -p snippets/tsconfig.json",
|
"compile:snippets": "tsc -p snippets/tsconfig.json",
|
||||||
"start:snippet": "npm run compile:snippets && node ./snippets/dist/start.js",
|
"start:snippet": "npm run compile:snippets && node ./snippets/dist/start.js",
|
||||||
"inspect:snippet": "npm run compile:snippets && node inspect ./snippets/dist/start.js"
|
"inspect:snippet": "npm run compile:snippets && node inspect ./snippets/dist/start.js"
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ import {RippleAPI} from '../../dist/npm'
|
|||||||
|
|
||||||
const api = new RippleAPI({
|
const api = new RippleAPI({
|
||||||
// server: 'wss://s.altnet.rippletest.net:51233'
|
// server: 'wss://s.altnet.rippletest.net:51233'
|
||||||
server: 'ws://35.158.96.209:51233'
|
// server: 'ws://35.158.96.209:51233'
|
||||||
// 34.210.87.206
|
server: 'ws://34.210.87.206:51233'
|
||||||
})
|
})
|
||||||
|
|
||||||
sign()
|
sign()
|
||||||
|
|||||||
Reference in New Issue
Block a user