@optimex-xyz/market-maker-sdk 0.7.0-staging-742ccfb → 0.7.0-staging-9c473b9

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,8 +93,8 @@ var environments = {
93
93
  prelive: {
94
94
  backendUrl: "https://pre-api.optimex.xyz",
95
95
  rpcUrl: "https://rpc.optimex.xyz",
96
- routerAddress: "0xcceAb862dD41f6691d81Cc016216Cd45d7BD6D4A",
97
- protocolFetcherProxyAddress: "0x0000000000000000000000000000000000000000",
96
+ routerAddress: "0xF7fedF4A250157010807E6eA60258E3B768149Ff",
97
+ protocolFetcherProxyAddress: "0xFDEd4CEf9aE1E03D0BeF161262a266c1c157a32b",
98
98
  paymentAddressMap: {
99
99
  ethereum: "0x0A497AC4261E37FA4062762C23Cf3cB642C839b8"
100
100
  }
@@ -102,8 +102,8 @@ var environments = {
102
102
  production: {
103
103
  backendUrl: "https://api.optimex.xyz",
104
104
  rpcUrl: "https://rpc.optimex.xyz",
105
- routerAddress: "0xcceAb862dD41f6691d81Cc016216Cd45d7BD6D4A",
106
- protocolFetcherProxyAddress: "0x0000000000000000000000000000000000000000",
105
+ routerAddress: "0xF7fedF4A250157010807E6eA60258E3B768149Ff",
106
+ protocolFetcherProxyAddress: "0xFDEd4CEf9aE1E03D0BeF161262a266c1c157a32b",
107
107
  paymentAddressMap: {
108
108
  ethereum: "0x0A497AC4261E37FA4062762C23Cf3cB642C839b8"
109
109
  }
package/dist/index.mjs CHANGED
@@ -27,8 +27,8 @@ var environments = {
27
27
  prelive: {
28
28
  backendUrl: "https://pre-api.optimex.xyz",
29
29
  rpcUrl: "https://rpc.optimex.xyz",
30
- routerAddress: "0xcceAb862dD41f6691d81Cc016216Cd45d7BD6D4A",
31
- protocolFetcherProxyAddress: "0x0000000000000000000000000000000000000000",
30
+ routerAddress: "0xF7fedF4A250157010807E6eA60258E3B768149Ff",
31
+ protocolFetcherProxyAddress: "0xFDEd4CEf9aE1E03D0BeF161262a266c1c157a32b",
32
32
  paymentAddressMap: {
33
33
  ethereum: "0x0A497AC4261E37FA4062762C23Cf3cB642C839b8"
34
34
  }
@@ -36,8 +36,8 @@ var environments = {
36
36
  production: {
37
37
  backendUrl: "https://api.optimex.xyz",
38
38
  rpcUrl: "https://rpc.optimex.xyz",
39
- routerAddress: "0xcceAb862dD41f6691d81Cc016216Cd45d7BD6D4A",
40
- protocolFetcherProxyAddress: "0x0000000000000000000000000000000000000000",
39
+ routerAddress: "0xF7fedF4A250157010807E6eA60258E3B768149Ff",
40
+ protocolFetcherProxyAddress: "0xFDEd4CEf9aE1E03D0BeF161262a266c1c157a32b",
41
41
  paymentAddressMap: {
42
42
  ethereum: "0x0A497AC4261E37FA4062762C23Cf3cB642C839b8"
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimex-xyz/market-maker-sdk",
3
- "version": "0.7.0-staging-742ccfb",
3
+ "version": "0.7.0-staging-9c473b9",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"