Skip to content

Commit

Permalink
fix(ants): use ant ao for dry run on eth support
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 27, 2025
1 parent 139b72b commit b3ae198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/actions/dispatchArNSUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function dispatchArNSUpdate({
queryKey: ['handlers', id],
queryFn: async () => {
// validate transfer supports eth addresses
const dryTransferRes = await ao
const dryTransferRes = await antAo
.dryrun({
process: id,
Owner: walletAddress.toString(),
Expand Down

0 comments on commit b3ae198

Please sign in to comment.