@curvefi/api 2.65.21 → 2.65.23
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.
|
@@ -163,7 +163,7 @@ const ALIASES_AURORA = lowerCaseValues({
|
|
|
163
163
|
"deposit_and_stake": "0x0000000000000000000000000000000000000000",
|
|
164
164
|
"stable_calc": "0xCA8d0747B5573D69653C3aC22242e6341C36e4b4",
|
|
165
165
|
"crypto_calc": '0xA72C85C258A81761433B4e8da60505Fe3Dd551CC',
|
|
166
|
-
"factory": '
|
|
166
|
+
"factory": '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F',
|
|
167
167
|
"crvusd_factory": '0x4F8846Ae9380B90d2E71D5e3D042dff3E7ebb40d',
|
|
168
168
|
"eywa_factory": '0x37F22A0B028f2152e6CAcef210e0C4d3b875f367',
|
|
169
169
|
"crypto_factory": '0xF18056Bbd320E96A48e3Fbf8bC061322531aac99',
|
package/lib/external-api.js
CHANGED
|
@@ -222,7 +222,7 @@ export const _getLiteNetworksData = memoize((networkName) => __awaiter(void 0, v
|
|
|
222
222
|
wrappedAddress: wrapped_native_token,
|
|
223
223
|
},
|
|
224
224
|
API_CONSTANTS: {
|
|
225
|
-
nativeTokenName: config.native_currency_coingecko_id,
|
|
225
|
+
nativeTokenName: config.native_currency_coingecko_id || config.platform_coingecko_id,
|
|
226
226
|
wrappedNativeTokenAddress: config.wrapped_native_token,
|
|
227
227
|
},
|
|
228
228
|
};
|