Skip to content

Commit 2035b4e

Browse files
committed
chore: rpc endpoints
1 parent 996bcc0 commit 2035b4e

File tree

7 files changed

+333
-208
lines changed

7 files changed

+333
-208
lines changed

.github/workflows/generate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434

3535
- name: Generate token list
36+
env:
37+
ETHEREUM_RPC_URL: ${{ secrets.ETHEREUM_RPC_URL }}
38+
BASE_RPC_URL: ${{ secrets.BASE_RPC_URL }}
39+
OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}
3640
run: |
3741
npx tsx ./src/generate-token-list-from-data.ts
3842

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"devDependencies": {
1313
"@babel/preset-env": "^7.26.9",
1414
"@jest/globals": "^29.7.0",
15+
"@types/node": "^22.13.5",
1516
"babel-jest": "^29.7.0",
1617
"jest": "^29.7.0",
1718
"jest-cli": "^29.7.0",

pnpm-lock.yaml

Lines changed: 41 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)