Skip to content

ci(MO-10789): debug etherscan proxy #6

ci(MO-10789): debug etherscan proxy

ci(MO-10789): debug etherscan proxy #6

name: Curl URL
on:
workflow_dispatch:
push:
branches:
- etherscan-proxy-test
jobs:
curl-job:
runs-on: public-ledgerhq-shared-small
steps:
- 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