@optimex-xyz/market-maker-sdk 0.9.0-dev-6069ee6 → 0.9.0-dev-c1dabf3

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
@@ -93,7 +93,9 @@ var environments = {
93
93
  paymentAddressMap: {
94
94
  ethereum_sepolia: "0x7387DcCfE2f1D5F80b4ECDF91eF58541517e90D2"
95
95
  },
96
- liquidationAddressMap: {}
96
+ liquidationAddressMap: {
97
+ ethereum_sepolia: "0x656F8d8c36eBBb205770b8Fd978Bc7Ce306E9451"
98
+ }
97
99
  },
98
100
  prelive: {
99
101
  backendUrl: "https://pre-api.optimex.xyz",
package/dist/index.mjs CHANGED
@@ -24,7 +24,9 @@ var environments = {
24
24
  paymentAddressMap: {
25
25
  ethereum_sepolia: "0x7387DcCfE2f1D5F80b4ECDF91eF58541517e90D2"
26
26
  },
27
- liquidationAddressMap: {}
27
+ liquidationAddressMap: {
28
+ ethereum_sepolia: "0x656F8d8c36eBBb205770b8Fd978Bc7Ce306E9451"
29
+ }
28
30
  },
29
31
  prelive: {
30
32
  backendUrl: "https://pre-api.optimex.xyz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimex-xyz/market-maker-sdk",
3
- "version": "0.9.0-dev-6069ee6",
3
+ "version": "0.9.0-dev-c1dabf3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"