Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/crypto-wallet-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"clean": "rm -rf ts_build",
"compile": "npm run clean && npm run build",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"lint-fix": "tslint --fix -c tslint.json 'src/**/*.ts'",
"test": "npm run compile && mocha -r ts-node/register test/*.ts",
"pub": "npm run compile && npm publish"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/crypto-wallet-core/src/validation/xrp/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import baseX from 'base-x';
import Bitcore from 'bitcore-lib';
// tslint:disable-next-line:no-submodule-imports
import baseX from 'bitcore-lib/node_modules/base-x';
import { IValidation } from '..';

const RIPPLE_ALPHABET = 'rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz';
Expand Down