Skip to content

Use getsourcecode endpoint from etherscan api instead of anyabi+ proxy detection logic #44

Use getsourcecode endpoint from etherscan api instead of anyabi+ proxy detection logic

Use getsourcecode endpoint from etherscan api instead of anyabi+ proxy detection logic #44

Workflow file for this run

name: E2E on Chrome
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: packages/nextjs
browser: chrome
start: yarn dev
wait-on: "http://localhost:3000"