From a65e5442652b6b912adada65df7c8d56db4fff0a Mon Sep 17 00:00:00 2001 From: Christophe Date: Fri, 13 Dec 2024 01:35:32 +0000 Subject: [PATCH] WIP --- .github/scripts/generateMatrix.ts | 2 +- .github/workflows/generate-token-lists.yml | 3 --- package.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/scripts/generateMatrix.ts b/.github/scripts/generateMatrix.ts index ceebc1c8..57f1dd9a 100644 --- a/.github/scripts/generateMatrix.ts +++ b/.github/scripts/generateMatrix.ts @@ -14,7 +14,7 @@ const arbitrumCommands: Command[] = [ paths: ['ArbTokenLists/arbed_full.json'], version: false, command: - 'yarn fullList --l2NetworkID 42161 --newArbifiedList ./src/ArbTokenLists/arbed_full.json --skipValidation', + 'npm run fullList --l2NetworkID 42161 --newArbifiedList ./src/ArbTokenLists/arbed_full.json --skipValidation', }, { name: 'Arb1 Arbify Uniswap', diff --git a/.github/workflows/generate-token-lists.yml b/.github/workflows/generate-token-lists.yml index fbf3fd61..1bcb1d53 100644 --- a/.github/workflows/generate-token-lists.yml +++ b/.github/workflows/generate-token-lists.yml @@ -61,9 +61,6 @@ jobs: - uses: ./.github/actions/restore-cache - uses: ./.github/actions/generate-orbit-chains-data - # - uses: ./.github/actions/restore-orbit-chains-data - - - uses: ./.github/actions/restore-cache - id: set-matrix run: echo "matrix=$(npm run generate:matrix --silent)" >> $GITHUB_OUTPUT diff --git a/package.json b/package.json index 85b98265..c63c90a3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "update": "yarn ts-node src/main.ts update", "arbify": "ts-node src/main.ts arbify", "permit": "yarn ts-node src/main.ts permit", - "fullList": "yarn ts-node src/main.ts full --tokenList full --ignorePreviousList", + "fullList": "ts-node src/main.ts full --tokenList full --ignorePreviousList", "allTokensList": "yarn ts-node src/main.ts alltokenslist --tokenList full", "updateNova": "yarn ts-node src/main.ts update --l2NetworkID 42170", "novaify": "yarn ts-node src/main.ts arbify --l2NetworkID 42170",