@optimex-xyz/market-maker-sdk 0.9.0-dev-896c690 → 0.9.0-dev-f1b970c

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: "0x2AEDAF2470EfFD35B295D710fB2e5FDAdE642B0A"
86
+ ethereum_sepolia: "0x1A0a58aF331Cc792Db92CFD9fE5E3124639E2a80"
87
87
  },
88
88
  isTestnet: true
89
89
  },
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var environments = {
14
14
  ethereum_sepolia: "0x1d8b58438D5Ccc8Fcb4b738C89078f7b4168C9c0"
15
15
  },
16
16
  liquidationAddressMap: {
17
- ethereum_sepolia: "0x2AEDAF2470EfFD35B295D710fB2e5FDAdE642B0A"
17
+ ethereum_sepolia: "0x1A0a58aF331Cc792Db92CFD9fE5E3124639E2a80"
18
18
  },
19
19
  isTestnet: true
20
20
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimex-xyz/market-maker-sdk",
3
- "version": "0.9.0-dev-896c690",
3
+ "version": "0.9.0-dev-f1b970c",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"