Skip to content

Commit

Permalink
updated class_hash constant
Browse files Browse the repository at this point in the history
  • Loading branch information
piniom committed Aug 13, 2024
1 parent b9b4fc8 commit 79f27c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/account_sdk/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ use starknet::macros::felt;
use starknet_crypto::Felt;

pub const ACCOUNT_CLASS_HASH: Felt =
felt!("0x15b7c74c5c7196e6a8745a857076a1cb20d19b69445a77010a9af538cd8e758");
felt!("0x79435f1e42c75ab951a4e7ff40459289ccb77706086f837c511d1b78448f8e5");
3 changes: 2 additions & 1 deletion packages/account_sdk/src/controller_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ async fn test_deploy_controller() {

// Create a new Controller instance
let username = "testuser".to_string();
let address = felt!("0x52add13c8f4a6d699a2962bf51e90b14fe4ffc60337959e4b19e9c431f4d081");
let address = felt!("0x6b0d9e5135644e4cca5ea9aecd9c8d3d8996e92c90072dd408464ec17ac3829");

let chain_id = provider.chain_id().await.unwrap();

let controller = Controller::new(
Expand Down

0 comments on commit 79f27c8

Please sign in to comment.