@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.
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);
|