Skip to content

Commit

Permalink
Fix for deployed smart wallet signatures.
Browse files Browse the repository at this point in the history
Co-authored-by: danielw1534 <39487081+danielw1534@users.noreply.github.com>
  • Loading branch information
0xdubs authored and scrogson committed Jul 24, 2024
1 parent 4f34bec commit 40813a0
Show file tree
Hide file tree
Showing 6 changed files with 1,010 additions and 116 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ alloy = { version = "0.2", features = [
"rpc-types",
"transports",
"signers",
"transport-http",
"signer-local",
"sol-types"
"sol-types",
]}
log = "0.4"
thiserror = "1.0.63"
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const ERC6492_FILE: &str = "forge/out/Erc6492.sol/ValidateSigOffchain.json";
const ERC6492_BYTECODE_FILE: &str = "forge/out/Erc6492.sol/ValidateSigOffchain.bytecode";
const ERC1271_MOCK_FILE: &str = "forge/out/Erc1271Mock.sol/Erc1271Mock.json";
const ERC1271_MOCK_BYTECODE_FILE: &str = "forge/out/Erc1271Mock.sol/Erc1271Mock.bytecode";

fn extract_bytecodes() {
extract_bytecode(
&format_foundry_dir(ERC6492_FILE),
Expand Down
Loading

0 comments on commit 40813a0

Please sign in to comment.