feat: Order v3 positions by tokenId desc in positions page #23266
This file contains 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" ' |