diff --git a/.github/workflows/etherscan_proxy_test.yaml b/.github/workflows/etherscan_proxy_test.yaml new file mode 100644 index 0000000..482180a --- /dev/null +++ b/.github/workflows/etherscan_proxy_test.yaml @@ -0,0 +1,25 @@ +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 + - 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" \ No newline at end of file