Skip to content

Commit

Permalink
ci(MO-10789): debug etherscan proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriiStepanets committed Dec 3, 2024
1 parent 6acf1ac commit 0e82ac9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/etherscan_proxy_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: public-ledgerhq-shared-small

steps:

- name: Curl URL
run: curl -L -vvv https://etherscan.api.live.ledger.com/api?module=contract&action=getabi&address=0x1111111254eeb25477b68fb85ed929f73a960582
- name: Get ip - ifconfig
run: ifconfig
- name: Get ip
run: ip a
- name: Generate some traffic to proxy
run: |
for i in {1..100}; do
curl -L -vvv https://proxyetherscan.api.live.ledger.com/api?module=contract&action=getabi&address=0x1111111254eeb25477b68fb85ed929f73a960582"
done

0 comments on commit 0e82ac9

Please sign in to comment.