diff --git a/src/bch-js.js b/src/bch-js.js index 391d8c4..cc65145 100644 --- a/src/bch-js.js +++ b/src/bch-js.js @@ -117,9 +117,9 @@ class BCHJS { axiosInstance = withPaymentInterceptor( axiosInstance, signer, - { + { apiType: 'rest-api', - bchServerURL: this.bchServerURL + bchServerURL: this.bchServerURL } )