Skip to content

Commit

Permalink
revert more
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed May 21, 2024
1 parent a4a80f2 commit d68d013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/library/account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const ERC165_ACCOUNT_INTERFACE_ID: felt252 =
const ERC165_ACCOUNT_INTERFACE_ID_OLD_1: felt252 = 0xa66bd575;
const ERC165_ACCOUNT_INTERFACE_ID_OLD_2: felt252 = 0x3943f10f;
// InterfaceID: 0x2ceccef7f994940b3962a6c67e0ba4fcd37df7d131417c604f91e03caecc1cd

trait IAccount<TContractState> {
fn __validate__(ref self: TContractState, calls: Array<Call>) -> felt252;
fn __execute__(ref self: TContractState, calls: Array<Call>) -> Array<Span<felt252>>;
Expand Down
1 change: 1 addition & 0 deletions src/multisig/argent_multisig.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ mod ArgentMultisig {
syscalls::{SyscallResult, replace_class_syscall}, ClassHash, class_hash_const,
get_block_timestamp, get_caller_address, get_tx_info, account::Call
};
use traits::Into;

const EXECUTE_AFTER_UPGRADE_SELECTOR: felt252 =
738349667340360233096752603318170676063569407717437256101137432051386874767; // starknet_keccak('execute_after_upgrade')
Expand Down

0 comments on commit d68d013

Please sign in to comment.