Skip to content

Commit

Permalink
Merge pull request #84 from argentlabs/feature/add-todo-regarding-acc…
Browse files Browse the repository at this point in the history
…ount-interface

Add TODO regarding account interface
  • Loading branch information
delaaxe authored Apr 19, 2023
2 parents e4871eb + b053517 commit 4f98357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/account/src/argent_account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mod ArgentAccount {
const NAME: felt252 = 'ArgentAccount';

const ERC165_IERC165_INTERFACE_ID: felt252 = 0x01ffc9a7;
// TODO: Update with the latest account interface id for cairo 1. Also deal with the old account version
const ERC165_ACCOUNT_INTERFACE_ID: felt252 = 0xa66bd575;
const ERC165_OLD_ACCOUNT_INTERFACE_ID: felt252 = 0x3943f10f;
const ERC1271_VALIDATED: felt252 = 0x1626ba7e;
Expand Down

0 comments on commit 4f98357

Please sign in to comment.