Skip to content

Commit

Permalink
add abstractionkit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Jan 30, 2024
1 parent 1913e6a commit b29e7cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"abstractionkit": "^0.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"abstractionkit": "^0.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"abstractionkit": "^0.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"abstractionkit": "^0.1.0"
}
}

0 comments on commit b29e7cf

Please sign in to comment.