Skip to content

Commit

Permalink
Merge pull request #287 from ar-io/fix-ant-handler-types
Browse files Browse the repository at this point in the history
fix(ant): update write handler types removes evolve handler name
  • Loading branch information
atticusofsparta authored Nov 27, 2024
2 parents 00548a2 + 9585e79 commit 1762f66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,6 @@ const handlers = await ant.getHandlers();

```json
[
"evolve",
"_eval",
"_default",
"transfer",
Expand Down
1 change: 0 additions & 1 deletion src/types/ant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const AntReadHandlers = [
export type AoANTReadHandler = (typeof AntReadHandlers)[number];

export const AntWriteHandlers = [
'evolve',
'_eval',
'_default',
'transfer',
Expand Down

0 comments on commit 1762f66

Please sign in to comment.