@optimex-xyz/market-maker-sdk 0.9.0-dev-55c356d → 0.9.0-dev-5372aed

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/dist/index.js CHANGED
@@ -83,7 +83,7 @@ var environments = {
83
83
  ethereum_sepolia: "0x1d8b58438D5Ccc8Fcb4b738C89078f7b4168C9c0"
84
84
  },
85
85
  liquidationAddressMap: {
86
- ethereum_sepolia: "0x5A0EAc7b85F08b50f04C89A920F1E834d24694E3"
86
+ ethereum_sepolia: "0x2AEDAF2470EfFD35B295D710fB2e5FDAdE642B0A"
87
87
  }
88
88
  },
89
89
  staging: {
@@ -94,7 +94,7 @@ var environments = {
94
94
  ethereum_sepolia: "0x7387DcCfE2f1D5F80b4ECDF91eF58541517e90D2"
95
95
  },
96
96
  liquidationAddressMap: {
97
- ethereum_sepolia: "0x656F8d8c36eBBb205770b8Fd978Bc7Ce306E9451"
97
+ ethereum_sepolia: "0x1CcD45Be1508E70d760b11b32ccd5Ac288756b1a"
98
98
  }
99
99
  },
100
100
  prelive: {
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var environments = {
14
14
  ethereum_sepolia: "0x1d8b58438D5Ccc8Fcb4b738C89078f7b4168C9c0"
15
15
  },
16
16
  liquidationAddressMap: {
17
- ethereum_sepolia: "0x5A0EAc7b85F08b50f04C89A920F1E834d24694E3"
17
+ ethereum_sepolia: "0x2AEDAF2470EfFD35B295D710fB2e5FDAdE642B0A"
18
18
  }
19
19
  },
20
20
  staging: {
@@ -25,7 +25,7 @@ var environments = {
25
25
  ethereum_sepolia: "0x7387DcCfE2f1D5F80b4ECDF91eF58541517e90D2"
26
26
  },
27
27
  liquidationAddressMap: {
28
- ethereum_sepolia: "0x656F8d8c36eBBb205770b8Fd978Bc7Ce306E9451"
28
+ ethereum_sepolia: "0x1CcD45Be1508E70d760b11b32ccd5Ac288756b1a"
29
29
  }
30
30
  },
31
31
  prelive: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimex-xyz/market-maker-sdk",
3
- "version": "0.9.0-dev-55c356d",
3
+ "version": "0.9.0-dev-5372aed",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"