fix: remove start script (#1384)

Close #1383
This commit is contained in:
Elliot Lee
2021-03-16 20:58:42 -07:00
committed by GitHub
parent fa2385ee1c
commit 824f87a692
3 changed files with 667 additions and 961 deletions

View File

@@ -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"

View File

@@ -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()

1623
yarn.lock

File diff suppressed because it is too large Load Diff