Skip to content

Commit

Permalink
Merge pull request #8 from royal-markets/deployed-smart-wallets
Browse files Browse the repository at this point in the history
Deployed-smart-wallets
  • Loading branch information
scrogson authored Jul 24, 2024
2 parents 4f34bec + 121e3ec commit e832d2b
Show file tree
Hide file tree
Showing 7 changed files with 1,012 additions and 118 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eth-signature-verifier"
description = "Universal Etheruem signature verification with ERC-6492"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Royal Engineering"]
license = "MIT"
Expand All @@ -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 e832d2b

Please sign in to comment.