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

@@ -2,8 +2,8 @@ import {RippleAPI} from '../../dist/npm'
const api = new RippleAPI({
// server: 'wss://s.altnet.rippletest.net:51233'
server: 'ws://35.158.96.209:51233'
// 34.210.87.206
// server: 'ws://35.158.96.209:51233'
server: 'ws://34.210.87.206:51233'
})
sign()