Skip to content

Commit

Permalink
feat: add zod runtime validation for base account (#186)
Browse files Browse the repository at this point in the history
* feat: add zod runtime validation for base account

* feat: add zod runtime validation for base account

* feat: add zod runtime validation for simple account

* refactor: clean up base schemas

* refactor: rebase

* refactor: rename abitype import
  • Loading branch information
avasisht23 committed Nov 14, 2023
1 parent f64559c commit 9a81647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/account/__tests__/simple.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import type { Address } from "viem";
<<<<<<< HEAD
import { polygonMumbai, sepolia, type Chain } from "viem/chains";
=======
import { polygonMumbai, type Chain } from "viem/chains";
>>>>>>> 1c5e368 (feat: add zod runtime validation for base account (#186))
import { describe, it } from "vitest";
import { getDefaultSimpleAccountFactoryAddress } from "../../index.js";
import { SmartAccountProvider } from "../../provider/base.js";
Expand Down

0 comments on commit 9a81647

Please sign in to comment.