Skip to content

Commit

Permalink
Update .github/workflows/etherscan_proxy_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger authored Dec 3, 2024
1 parent 89e57f2 commit 538f86d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/etherscan_proxy_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
run: |
for i in {1..100}; do
curl -L -vvv "https://proxyetherscan.api.live.ledger.com/api?module=contract&action=getabi&address=0x1111111254eeb25477b68fb85ed929f73a960582"
done
done
- name: Generate some traffic to proxy
run: |
curl -L -vvv "https://proxyetherscan.api.live.ledger.com/v2/api?module=contract&action=getabi&chainid=56&address=0x1111111254fb6c44bac0bed2854e76f90643097d"

0 comments on commit 538f86d

Please sign in to comment.