@curvefi/api 2.60.3 → 2.60.4

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.
@@ -158,7 +158,7 @@
158
158
  "name": "_addr"
159
159
  }
160
160
  ],
161
- "stateMutability": "view",
161
+ "stateMutability": "nonpayable",
162
162
  "type": "function"
163
163
  },
164
164
  {
package/lib/curve.js CHANGED
@@ -1121,12 +1121,10 @@ var Curve = /** @class */ (function () {
1121
1121
  if (this.chainId === 1) {
1122
1122
  this.setContract(this.constants.ALIASES.minter, minterMainnetABI);
1123
1123
  this.setContract(this.constants.ALIASES.gauge_factory_fraxtal, gaugeFactoryForFraxtalABI);
1124
+ this.setContract(this.constants.ALIASES.fee_distributor_crvusd, feeDistributorCrvUSDABI);
1124
1125
  }
1125
1126
  this.setContract(this.constants.ALIASES.voting_escrow, votingEscrowABI);
1126
1127
  this.setContract(this.constants.ALIASES.fee_distributor, feeDistributorABI);
1127
- if (this.chainId === 1) {
1128
- this.setContract(this.constants.ALIASES.fee_distributor_crvusd, feeDistributorCrvUSDABI);
1129
- }
1130
1128
  this.setContract(this.constants.ALIASES.gauge_controller, gaugeControllerABI);
1131
1129
  if (this.chainId == 137) {
1132
1130
  this.setContract(this.constants.ALIASES.router, routerPolygonABI);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.60.3",
3
+ "version": "2.60.4",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",