stackswap-front-api-test-02 1.1.27 → 1.1.28

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.
@@ -174,7 +174,7 @@ export class StackswapMainetConfig {
174
174
  return "multichain_v002";
175
175
  }
176
176
  CONTRACT_NAME_REWARD_BALANCER() {
177
- return "stackswap-reward-balancer-v1b";
177
+ return "stackswap-reward-balancer-v1c";
178
178
  }
179
179
  }
180
180
  export class StackswapTestnetConfig extends StackswapMainetConfig {