@gearbox-protocol/sdk 0.0.10 → 0.0.11

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/core/token.js CHANGED
@@ -221,7 +221,7 @@ exports.tokenDataByNetwork = {
221
221
  SNX: "0xB48891df9267EF65AABd32F497F6F2d1eB22A186",
222
222
  SUSHI: "0x635E9E7Aa9fA72C56B9A1286026A93E1b8c4090a",
223
223
  UNI: "0x1B24F1F2CEFf945FE9EE017F929a6D31394f94b1",
224
- USDT: "0xdac17f958d2ee523a2206206994597c13d831ec7",
224
+ USDT: "0x4a3964F69284eD6ab6975afc472fB0a072243CD5",
225
225
  USDC: "0x31EeB2d0F9B6fD8642914aB10F4dD473677D80df",
226
226
  WBTC: "0xE36bC5d8b689AD6d80e78c3e736670e80d4b329D",
227
227
  WETH: "0xd0A1E359811322d97991E03f863a0C30C2cF029C",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/core/token.ts CHANGED
@@ -277,7 +277,7 @@ export const tokenDataByNetwork: Record<
277
277
  SNX: "0xB48891df9267EF65AABd32F497F6F2d1eB22A186",
278
278
  SUSHI: "0x635E9E7Aa9fA72C56B9A1286026A93E1b8c4090a",
279
279
  UNI: "0x1B24F1F2CEFf945FE9EE017F929a6D31394f94b1",
280
- USDT: "0xdac17f958d2ee523a2206206994597c13d831ec7",
280
+ USDT: "0x4a3964F69284eD6ab6975afc472fB0a072243CD5",
281
281
  USDC: "0x31EeB2d0F9B6fD8642914aB10F4dD473677D80df",
282
282
  WBTC: "0xE36bC5d8b689AD6d80e78c3e736670e80d4b329D",
283
283
  WETH: "0xd0A1E359811322d97991E03f863a0C30C2cF029C",