Skip to content

Commit

Permalink
async abi imports
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkron committed Nov 12, 2024
1 parent dd3cfb2 commit 3a8e47b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
POOL_MESSENGER_0_ADDRESS: '0xdddd5f804b9d293dce8819d232e8d76381605a62'
POOL_MESSENGER_1_ADDRESS: '0xdddd5f804b9d293dce8819d232e8d76381605a62'
POOL_MESSENGER_2_ADDRESS: '0xdddd5f804b9d293dce8819d232e8d76381605a62'
ARBISCAN_API_KEY: ${{ secrets.ARBISCAN_API_KEY }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
OPTIMISMSCAN_API_KEY: ${{ secrets.OPTIMISMSCAN_API_KEY }}
CELOSCAN_API_KEY: ${{ secrets.CELOSCAN_API_KEY }}
BASESCAN_API_KEY: ${{ secrets.BASESCAN_API_KEY }}
POLYGONSCAN_API_KEY: ${{ secrets.POLYGONSCAN_API_KEY }}
steps:
- uses: actions/checkout@v3
- name: Install Node.js
Expand Down

0 comments on commit 3a8e47b

Please sign in to comment.