@steerprotocol/sdk 1.19.10 → 1.19.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.
@@ -36,7 +36,7 @@ const uniswapConfig = (theGraphApiKey) => ({
36
36
  [chain_1.Chain.Unichain]: '0x1f98400000000000000000000000000000000003',
37
37
  [chain_1.Chain.Telos]: '0xcb2436774C3e191c85056d248EF4260ce5f27A9D',
38
38
  [chain_1.Chain.Saga]: '0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa',
39
- [chain_1.Chain.Nibiru]: '0xcb2436774C3e191c85056d248EF4260ce5f27A9D'
39
+ [chain_1.Chain.Nibiru]: '0x346239972d1fa486FC4a521031BC81bFB7D6e8a4'
40
40
  },
41
41
  NFTManagerAddress: {
42
42
  [chain_1.Chain.Mainnet]: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
@@ -51,7 +51,7 @@ const uniswapConfig = (theGraphApiKey) => ({
51
51
  [chain_1.Chain.Unichain]: '0x943e6e07a7e8e791dafc44083e54041d743c46e9',
52
52
  [chain_1.Chain.Telos]: '0x743E03cceB4af2efA3CC76838f6E8B50B63F184c',
53
53
  [chain_1.Chain.Saga]: '0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf',
54
- [chain_1.Chain.Nibiru]: '0x743E03cceB4af2efA3CC76838f6E8B50B63F184c'
54
+ [chain_1.Chain.Nibiru]: '0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050'
55
55
  },
56
56
  swapRouterAddress: {
57
57
  [chain_1.Chain.Polygon]: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
@@ -75,7 +75,7 @@ const uniswapConfig = (theGraphApiKey) => ({
75
75
  [chain_1.Chain.Unichain]: '0xd5d76fa166ab8d8ad4c9f61aaa81457b66cbe443',
76
76
  [chain_1.Chain.Telos]: '0xB3309C48F8407651D918ca3Da4C45DE40109E641',
77
77
  [chain_1.Chain.Saga]: '0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA',
78
- [chain_1.Chain.Nibiru]: '0xB3309C48F8407651D918ca3Da4C45DE40109E641'
78
+ [chain_1.Chain.Nibiru]: '0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0'
79
79
  },
80
80
  });
81
81
  exports.uniswapConfig = uniswapConfig;
@@ -33,7 +33,7 @@ export const uniswapConfig = (theGraphApiKey) => ({
33
33
  [Chain.Unichain]: '0x1f98400000000000000000000000000000000003',
34
34
  [Chain.Telos]: '0xcb2436774C3e191c85056d248EF4260ce5f27A9D',
35
35
  [Chain.Saga]: '0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa',
36
- [Chain.Nibiru]: '0xcb2436774C3e191c85056d248EF4260ce5f27A9D'
36
+ [Chain.Nibiru]: '0x346239972d1fa486FC4a521031BC81bFB7D6e8a4'
37
37
  },
38
38
  NFTManagerAddress: {
39
39
  [Chain.Mainnet]: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
@@ -48,7 +48,7 @@ export const uniswapConfig = (theGraphApiKey) => ({
48
48
  [Chain.Unichain]: '0x943e6e07a7e8e791dafc44083e54041d743c46e9',
49
49
  [Chain.Telos]: '0x743E03cceB4af2efA3CC76838f6E8B50B63F184c',
50
50
  [Chain.Saga]: '0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf',
51
- [Chain.Nibiru]: '0x743E03cceB4af2efA3CC76838f6E8B50B63F184c'
51
+ [Chain.Nibiru]: '0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050'
52
52
  },
53
53
  swapRouterAddress: {
54
54
  [Chain.Polygon]: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
@@ -72,7 +72,7 @@ export const uniswapConfig = (theGraphApiKey) => ({
72
72
  [Chain.Unichain]: '0xd5d76fa166ab8d8ad4c9f61aaa81457b66cbe443',
73
73
  [Chain.Telos]: '0xB3309C48F8407651D918ca3Da4C45DE40109E641',
74
74
  [Chain.Saga]: '0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA',
75
- [Chain.Nibiru]: '0xB3309C48F8407651D918ca3Da4C45DE40109E641'
75
+ [Chain.Nibiru]: '0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0'
76
76
  },
77
77
  });
78
78
  //# sourceMappingURL=uniswap.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steerprotocol/sdk",
3
- "version": "1.19.10",
3
+ "version": "1.19.11",
4
4
  "description": "Steer Protocol SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",