Skip to content

Commit

Permalink
docs, version bump, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Jun 15, 2024
1 parent 4fd9d9a commit 1616413
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 96 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
build:
tsc --project tsconfig.esm.json
size-limit

watch:
tsc --project tsconfig.esm.json -w
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ let result = await whatsabi.autoload(address, {
onProgress: (phase) => console.log("autoload progress", phase),
onError: (phase, context) => console.log("autoload error", phase, context),

// * Optional overrides:
// addressResolver: (name: string) => Promise<string>

// * Optional settings:
// followProxies: false,
// enableExperimentalMetadata: false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shazow/whatsabi",
"version": "0.12.0",
"description": "Guess an ABI from Ethereum bytecode, even if it's unverified",
"description": "Resolve proxies and get an ABI from Ethereum bytecode, even if it's unverified",
"type": "module",
"scripts": {
"test": "vitest run",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@size-limit/esbuild-why": "^8.2.6",
"@size-limit/preset-small-lib": "^8.2.6",
"size-limit": "^8.2.6",
"tsx": "^4.12.0",
"tsx": "^4.15.5",
"viem": "^1.21.4",
"vitest": "^0.34.6"
},
Expand Down
Loading

0 comments on commit 1616413

Please sign in to comment.