Skip to content

Commit

Permalink
chore: convert abi-wan-kanabi to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arijoon authored Oct 30, 2023
1 parent 159a95c commit 29f7eb7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 9 deletions.
47 changes: 41 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"abi-wan-kanabi": "^1.0.3",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"eslint": "^8.17.0",
Expand All @@ -91,7 +92,6 @@
"dependencies": {
"@noble/curves": "~1.2.0",
"@scure/starknet": "~0.3.0",
"abi-wan-kanabi": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"lossless-json": "^2.0.8",
"pako": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/contract/default.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Abi as AbiKanabi } from 'abi-wan-kanabi';
import type { Abi as AbiKanabi } from 'abi-wan-kanabi';

import { AccountInterface } from '../account';
import { ProviderInterface, defaultProvider } from '../provider';
Expand Down
2 changes: 1 addition & 1 deletion src/contract/interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Abi as AbiKanabi, TypedContract as AbiWanTypedContract } from 'abi-wan-kanabi';
import type { Abi as AbiKanabi, TypedContract as AbiWanTypedContract } from 'abi-wan-kanabi';

import { AccountInterface } from '../account';
import { ProviderInterface } from '../provider';
Expand Down

0 comments on commit 29f7eb7

Please sign in to comment.