@curvefi/api 1.25.0 → 1.25.1

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.
Files changed (2) hide show
  1. package/lib/curve.js +1 -0
  2. package/package.json +1 -1
package/lib/curve.js CHANGED
@@ -119,6 +119,7 @@ var Curve = /** @class */ (function () {
119
119
  return __generator(this, function (_o) {
120
120
  switch (_o.label) {
121
121
  case 0:
122
+ this.contracts = {};
122
123
  // JsonRpc provider
123
124
  if (providerType.toLowerCase() === 'JsonRpc'.toLowerCase()) {
124
125
  providerSettings = providerSettings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",