evm-proxy-detection

v2.0.1
Detect proxy contracts and their target addresses using an EIP-1193 compatible JSON-RPC request function

prepack

yarn build

build

rimraf build && yarn build:cjs && yarn build:esm

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json

check

yarn check:prettier && yarn check:lint && yarn check:spelling

check:lint

eslint src test --ext .ts

check:prettier

prettier "src/**/*.ts" --list-different

check:spelling

cspell "**"

fix

yarn fix:prettier && yarn fix:lint

fix:prettier

prettier "src/**/*.ts" --write

fix:lint

eslint src --ext .ts --fix

test

env-cmd jest
npm i evm-proxy-detection

Metadata

  • MIT
  • Whatever
  • Jan-Felix
  • released 4/29/2024

Downloads