@cryptorubic/web3 1.0.0-alpha.no-sdk.16 → 1.0.0-alpha.no-sdk.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ const parse_evm_error_1 = require("../utils/parse-evm-error");
|
|
|
14
14
|
const rubic_sdk_error_1 = require("../../../../errors/rubic-sdk.error");
|
|
15
15
|
const evm_adapter_1 = require("../evm-adapter");
|
|
16
16
|
const tx_status_1 = require("../../models/web3-public-models/tx-status");
|
|
17
|
-
const insufficient_funds_gas_price_value_error_1 = require("
|
|
17
|
+
const insufficient_funds_gas_price_value_error_1 = require("../../../../errors/cross-chain/insufficient-funds-gas-price-value.error");
|
|
18
18
|
class EvmAdapterClient extends abstract_adapter_client_1.AbstractAdapterClient {
|
|
19
19
|
constructor(evmPublic, httpClient, logger, clientParams) {
|
|
20
20
|
super(httpClient, logger, clientParams);
|