Skip to content

Commit

Permalink
remove ethers dependency since it's already in azle
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 16, 2024
1 parent 6087cb4 commit 2b3c084
Show file tree
Hide file tree
Showing 5 changed files with 2,542 additions and 9,097 deletions.
2 changes: 1 addition & 1 deletion examples/experimental/demo/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"azle": "0.24.1"
},
"devDependencies": {
"ckbtc_end_to_end_test_functional_syntax": "file:../../tests/end_to_end/candid_rpc/functional_syntax/ckbtc"
"ckbtc_end_to_end_test_functional_syntax": "file:../../test/end_to_end/candid_rpc/ckbtc"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
},
"dependencies": {
"azle": "0.24.1",
"ethers": "^6.13.2",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2b3c084

Please sign in to comment.