Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Aug 6, 2024
1 parent 443eeae commit 73c9469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/testing/src/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pub const NEW_PUBKEY: felt252 = 0x26da8d11938b76025862be14fdb8b28438827f73e75e86
pub const DAPP_NAME: felt252 = 'DAPP_NAME';
pub const DAPP_VERSION: felt252 = 'DAPP_VERSION';
pub const SALT: felt252 = 'SALT';
pub const SUCCESS: felt252 = 123123;
pub const FAILURE: felt252 = 456456;
pub const SUCCESS: felt252 = 'SUCCESS';
pub const FAILURE: felt252 = 'FAILURE';
pub const MIN_TRANSACTION_VERSION: felt252 = 1;
pub const TRANSACTION_HASH: felt252 = 'TRANSACTION_HASH';
// 2**128
Expand Down

0 comments on commit 73c9469

Please sign in to comment.