stackswap-front-api-test-02 1.0.155 → 1.0.156

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.
@@ -159,7 +159,7 @@ class StackswapMainetConfig {
159
159
  return "stackswap-one-step-group-farm-v1a";
160
160
  }
161
161
  CONTRACT_NAME_STACKSWAP_MULTICHAIN() {
162
- return "multichain_v001";
162
+ return "multichain_v002";
163
163
  }
164
164
  }
165
165
  exports.StackswapMainetConfig = StackswapMainetConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stackswap-front-api-test-02",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "start": "tsc -b tsconfig.build.json --watch --verbose",
@@ -258,7 +258,7 @@ export class StackswapMainetConfig implements StackswapConfig {
258
258
  }
259
259
 
260
260
  CONTRACT_NAME_STACKSWAP_MULTICHAIN(): string {
261
- return "multichain_v001";
261
+ return "multichain_v002";
262
262
  }
263
263
 
264
264
  }