@gearbox-protocol/sdk 9.7.1 → 9.8.0

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.
@@ -46,6 +46,13 @@ const POOL_DELAYED_MIGRATION_CONTRACTS = {
46
46
  // "dcp0xLRT" "cp0x"
47
47
  poolOut: "0x72ccb97cbdc40f8fb7ffa42ed93ae74923547200"
48
48
  },
49
+ {
50
+ address: "0xd56149C868d77DE51b7c8EF55C172F06E677EcA6",
51
+ // "dwstETHV3" "Chaos"
52
+ poolIn: "0xff94993fa7ea27efc943645f95adb36c1b81244b",
53
+ // "kpkwstETH" "kpk"
54
+ poolOut: "0xA9d17f6D3285208280a1Fd9B94479c62e0AABa64"
55
+ },
49
56
  // WETH
50
57
  {
51
58
  address: "0x4a981692330F40853dcEc441d6603f5BdfFCbEb2",
@@ -54,6 +61,13 @@ const POOL_DELAYED_MIGRATION_CONTRACTS = {
54
61
  // "dWETHV3-cp0x" "cp0x"
55
62
  poolOut: "0xf00b548f1b69cb5ee559d891e03a196fb5101d4a"
56
63
  },
64
+ {
65
+ address: "0x799655d4285c7ed0cd36555bfe711e2f3cbda6c9",
66
+ // "dWETHV3" "Chaos"
67
+ poolIn: "0xda0002859B2d05F66a753d8241fCDE8623f26F4f",
68
+ // "kpkWETH" "kpk"
69
+ poolOut: "0x9396DCbf78fc526bb003665337C5E73b699571EF"
70
+ },
57
71
  // tBTC
58
72
  {
59
73
  address: "0x88C7f9267F0a5690a182504D86c4161e41A8487A",
@@ -23,6 +23,13 @@ const POOL_DELAYED_MIGRATION_CONTRACTS = {
23
23
  // "dcp0xLRT" "cp0x"
24
24
  poolOut: "0x72ccb97cbdc40f8fb7ffa42ed93ae74923547200"
25
25
  },
26
+ {
27
+ address: "0xd56149C868d77DE51b7c8EF55C172F06E677EcA6",
28
+ // "dwstETHV3" "Chaos"
29
+ poolIn: "0xff94993fa7ea27efc943645f95adb36c1b81244b",
30
+ // "kpkwstETH" "kpk"
31
+ poolOut: "0xA9d17f6D3285208280a1Fd9B94479c62e0AABa64"
32
+ },
26
33
  // WETH
27
34
  {
28
35
  address: "0x4a981692330F40853dcEc441d6603f5BdfFCbEb2",
@@ -31,6 +38,13 @@ const POOL_DELAYED_MIGRATION_CONTRACTS = {
31
38
  // "dWETHV3-cp0x" "cp0x"
32
39
  poolOut: "0xf00b548f1b69cb5ee559d891e03a196fb5101d4a"
33
40
  },
41
+ {
42
+ address: "0x799655d4285c7ed0cd36555bfe711e2f3cbda6c9",
43
+ // "dWETHV3" "Chaos"
44
+ poolIn: "0xda0002859B2d05F66a753d8241fCDE8623f26F4f",
45
+ // "kpkWETH" "kpk"
46
+ poolOut: "0x9396DCbf78fc526bb003665337C5E73b699571EF"
47
+ },
34
48
  // tBTC
35
49
  {
36
50
  address: "0x88C7f9267F0a5690a182504D86c4161e41A8487A",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "9.7.1",
3
+ "version": "9.8.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",