@curvefi/api 2.66.16 → 2.66.18
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.
|
@@ -2,5 +2,5 @@ import { lowerCaseValues } from "../utils.js";
|
|
|
2
2
|
export const COINS_FRAXTAL = lowerCaseValues({
|
|
3
3
|
crv: '0x331B9182088e2A7d6D3Fe4742AbA1fB231aEcc56',
|
|
4
4
|
// --- FRAXTAL ---
|
|
5
|
-
|
|
5
|
+
frax: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
6
6
|
});
|
|
@@ -270,7 +270,7 @@ const ALIASES_FRAXTAL = lowerCaseValues({
|
|
|
270
270
|
"fee_distributor": "0x0000000000000000000000000000000000000000",
|
|
271
271
|
"gauge_controller": "0x0000000000000000000000000000000000000000",
|
|
272
272
|
"address_provider": "0x0000000000000000000000000000000000000000",
|
|
273
|
-
"router": "
|
|
273
|
+
"router": "0x56C526b0159a258887e0d79ec3a80dfb940d0cD7",
|
|
274
274
|
"deposit_and_stake": "0xF0d4c12A5768D806021F80a262B4d39d26C58b8D",
|
|
275
275
|
"stable_ng_factory": '0xd2002373543Ce3527023C75e7518C274A51ce712',
|
|
276
276
|
"twocrypto_factory": '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F',
|
|
@@ -432,10 +432,10 @@ export const NETWORK_CONSTANTS = {
|
|
|
432
432
|
POOLS_DATA: POOLS_DATA_FRAXTAL,
|
|
433
433
|
COINS: COINS_FRAXTAL,
|
|
434
434
|
NATIVE_COIN: {
|
|
435
|
-
symbol: '
|
|
436
|
-
wrappedSymbol: '
|
|
435
|
+
symbol: 'FRAX',
|
|
436
|
+
wrappedSymbol: 'wFRAX',
|
|
437
437
|
address: "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
438
|
-
wrappedAddress: '
|
|
438
|
+
wrappedAddress: '0xfc00000000000000000000000000000000000002'.toLowerCase(),
|
|
439
439
|
},
|
|
440
440
|
},
|
|
441
441
|
324: {
|