@cryptorubic/web3 0.0.18 → 0.0.19
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
|
@@ -136,8 +136,7 @@ class EvmAdapter extends abstract_adapter_1.AbstractAdapter {
|
|
|
136
136
|
to: config.to,
|
|
137
137
|
...(config.value && { value: BigInt(config.value) })
|
|
138
138
|
};
|
|
139
|
-
|
|
140
|
-
await this.core.call(callParams);
|
|
139
|
+
await this.public.call(callParams);
|
|
141
140
|
}
|
|
142
141
|
catch (err) {
|
|
143
142
|
this.logger?.customError('Error while simulating transaction', err);
|