Skip to content

Commit

Permalink
feat: cleanup regen script (#7774)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Sep 20, 2024
1 parent 2d5a09d commit 814883b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,10 @@ jobs:
- name: Build Packages
run: yarn build:packages

- name: Generate CAIP adapters
run: yarn generate:caip-adapters

- name: Generate color map
run: yarn run generate:color-map

- name: Generate asset data
- name: Generate all assets
env:
ZERION_API_KEY: ${{ secrets.ZERION_API_KEY }}
run: yarn run generate:asset-data

- name: Generate THOR assets
run: yarn run generate:thor-asset-map

- name: Generate THOR long-tail assets
run: yarn run generate:thor-longtail-tokens
run: yarn run generate:all

- name: Create new feature branch
run: git checkout -B feat_regenerate_asset_data
Expand Down

0 comments on commit 814883b

Please sign in to comment.