mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Rename RippleAPI client to Client (#1520)
* rename RippleAPI -> XrplClient * more renames * move API stuff to client folder * rename all api -> client * fix tests * make tests run * fix integ tests * fix urls * fix merge issues * XrplClient -> Client * fix merge issues * rename xrpl-client npm symlink to xrpl-local
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ValidationError } from 'ripple-api/common/errors'
|
||||
import { ValidationError } from 'xrpl-local/common/errors'
|
||||
import { verifyBaseTransaction } from './../../src/models/transactions/common'
|
||||
import { assert } from 'chai'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ValidationError } from 'ripple-api/common/errors'
|
||||
import { ValidationError } from 'xrpl-local/common/errors'
|
||||
import { verifyCheckCancel} from './../../src/models/transactions/checkCancel'
|
||||
import { assert } from 'chai'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ValidationError } from 'ripple-api/common/errors'
|
||||
import { ValidationError } from 'xrpl-local/common/errors'
|
||||
import { verifyCheckCash } from './../../src/models/transactions/checkCash'
|
||||
import { assert } from 'chai'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ValidationError } from 'ripple-api/common/errors'
|
||||
import { ValidationError } from 'xrpl-local/common/errors'
|
||||
import { verifyCheckCreate } from './../../src/models/transactions/checkCreate'
|
||||
import { assert } from 'chai'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ValidationError } from 'ripple-api/common/errors'
|
||||
import { ValidationError } from 'xrpl-local/common/errors'
|
||||
import { verifyOfferCreate } from './../../src/models/transactions/offerCreate'
|
||||
import { assert } from 'chai'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user