@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -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
- // @ts-ignore
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);