fix: Add persist chain query param to add/remove liquidity buttons to prevent crash #28884
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Config Pass | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - 'apps/web/src/config/**' | |
| - 'packages/pools/src/**' | |
| - 'packages/farms/constants/**' | |
| - 'packages/tokens/src/**' | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: true | |
| matrix: | |
| node: [18] | |
| name: Config (Jest) | |
| steps: | |
| - run: 'echo "No Test Config required" ' |