Skip to content

Commit

Permalink
Fix account-sdk test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Feb 21, 2024
1 parent 4a56884 commit 8ae811a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
scarb 2.4.3
starknet-foundry 0.14.0
python 3.9.18
dojo 0.4.4
4 changes: 2 additions & 2 deletions crates/account_sdk/src/abigen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub mod account {

abigen!(
CartridgeAccount,
"./target/abi/account.abi.json",
"./target/dev/cartridge_account_Account.contract_class.json",
type_aliases {
webauthn_session::session_component::Event as SessionComponentEvent;
webauthn_auth::component::webauthn_component::Event as WebauthnComponentEvent;
Expand All @@ -16,7 +16,7 @@ pub mod erc20 {

abigen!(
Erc20Contract,
"./target/abi/erc20.abi.json",
"./target/dev/cartridge_account_ERC20.contract_class.json",
type_aliases {
openzeppelin::token::erc20::erc20::ERC20Component::Event as ERC20ComponentEvent;
openzeppelin::access::ownable::ownable::OwnableComponent::Event as OwnableComponentEvent;
Expand Down

0 comments on commit 8ae811a

Please sign in to comment.