@gearbox-protocol/sdk 1.7.2 → 1.7.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/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/tokens/token.js +7 -7
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export * from "./utils/errors";
|
|
|
57
57
|
export { getPoolTokens, getUnderlyingToken } from "./utils/extracter";
|
|
58
58
|
export { keyToLowercase, objectEntries, swapKeyValue } from "./utils/mappers";
|
|
59
59
|
export * from "./utils/multicall";
|
|
60
|
+
export * from "./utils/network";
|
|
60
61
|
export * from "./utils/price";
|
|
61
62
|
export { callRepeater } from "./utils/repeater";
|
|
62
63
|
export * from "./utils/types";
|
package/lib/index.js
CHANGED
|
@@ -83,6 +83,7 @@ Object.defineProperty(exports, "keyToLowercase", { enumerable: true, get: functi
|
|
|
83
83
|
Object.defineProperty(exports, "objectEntries", { enumerable: true, get: function () { return mappers_1.objectEntries; } });
|
|
84
84
|
Object.defineProperty(exports, "swapKeyValue", { enumerable: true, get: function () { return mappers_1.swapKeyValue; } });
|
|
85
85
|
__exportStar(require("./utils/multicall"), exports);
|
|
86
|
+
__exportStar(require("./utils/network"), exports);
|
|
86
87
|
__exportStar(require("./utils/price"), exports);
|
|
87
88
|
var repeater_1 = require("./utils/repeater");
|
|
88
89
|
Object.defineProperty(exports, "callRepeater", { enumerable: true, get: function () { return repeater_1.callRepeater; } });
|
package/lib/tokens/token.js
CHANGED
|
@@ -87,7 +87,7 @@ exports.tokenDataByNetwork = {
|
|
|
87
87
|
},
|
|
88
88
|
///
|
|
89
89
|
///
|
|
90
|
-
///
|
|
90
|
+
/// G Ö E R L I N E T W O R K
|
|
91
91
|
///
|
|
92
92
|
///
|
|
93
93
|
Goerli: {
|
|
@@ -131,12 +131,12 @@ exports.tokenDataByNetwork = {
|
|
|
131
131
|
FRAX3CRV: "0x12Ad3125C67eC5325Cc94AFdA8B26cd12BCe1E9b",
|
|
132
132
|
LUSD3CRV: "0x348B1846b87cA12D23A9A4E73B1CfAc2Aad49cf4",
|
|
133
133
|
// CONVEX LP TOKENS
|
|
134
|
-
cvx3Crv: "
|
|
135
|
-
cvxsteCRV: "
|
|
136
|
-
cvxcrvPlain3andSUSD: "
|
|
137
|
-
cvxFRAX3CRV: "
|
|
138
|
-
cvxLUSD3CRV: "
|
|
139
|
-
cvxgusd3CRV: "
|
|
134
|
+
cvx3Crv: "0x73d0937E555AA3be3cfA3c23B8382ec45b76e4C6",
|
|
135
|
+
cvxsteCRV: "0xEB4CFe089a8Dd634E5F00064fA25979A803f095A",
|
|
136
|
+
cvxcrvPlain3andSUSD: "0x17B6FF4a830cAcadaeE33A0D3138eA08a25B882d",
|
|
137
|
+
cvxFRAX3CRV: "0xF2E12CB576093E3e822761899b87106e83e732b3",
|
|
138
|
+
cvxLUSD3CRV: "0x952952fc484aAdf8EbFa310479834E88cc651852",
|
|
139
|
+
cvxgusd3CRV: "0x017078336954a94133B06a159366caab07842b9c",
|
|
140
140
|
// CONVEX PHANTOM TOKEN ADDRESSES
|
|
141
141
|
stkcvx3Crv: "0xBF70B7Ee99FfA772E8636321f052d9C4168E8115",
|
|
142
142
|
stkcvxFRAX3CRV: "0x2807BD098f77Db8f65D4dEbF54466099497c4a34",
|