Skip to content

Commit

Permalink
fix(ant): update write handler types removes evolve handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Nov 26, 2024
1 parent e60f544 commit d9f5de4
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 d9f5de4

Please sign in to comment.