Skip to content

Commit

Permalink
feat: ox/erc6492 (#37)
Browse files Browse the repository at this point in the history
* feat: erc6492 utils

* chore: up

* chore: up

* chore: changeset

* chore: up

* chore: up

* chore: less opinions

* chore: up

* chore: up
  • Loading branch information
jxom authored Dec 9, 2024
1 parent e982471 commit 39604df
Show file tree
Hide file tree
Showing 19 changed files with 618 additions and 148 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-yaks-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ox": patch
---

Added `ox/erc6492` entrypoint.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ tsdoc.d.tson

ox.api.json
lookup.json
sidebar-generated.ts
config-generated.ts
site/pages/api
site/pages/ercs
site/pages/glossary
tsdoc-metadata.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"viem": "^2.21.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "1.0.4",
"vocs": "1.0.0-alpha.62",
"web3": "^4.12.1"
},
"packageManager": "[email protected]",
Expand Down
78 changes: 31 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/docgen/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "../../src/_types/index.d.ts",
"mainEntryPointFilePath": "../../src/_types/index.docs.d.ts",
"bundledPackages": [],
"newlineKind": "lf",
"enumMemberOrder": "preserve",
Expand Down
Loading

0 comments on commit 39604df

Please sign in to comment.