Skip to content

Commit

Permalink
basic flow e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Dec 20, 2024
1 parent d96ee0f commit 67e7368
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 213 deletions.
45 changes: 45 additions & 0 deletions l2/Scarb.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,55 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "openzeppelin_access"
version = "0.20.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:7734901a0ca7a7065e69416fea615dd1dc586c8dc9e76c032f25ee62e8b2a06c"
dependencies = [
"openzeppelin_introspection",
]

[[package]]
name = "openzeppelin_account"
version = "0.20.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:1aa3a71e2f40f66f98d96aa9bf9f361f53db0fd20fa83ef7df04426a3c3a926a"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_utils",
]

[[package]]
name = "openzeppelin_introspection"
version = "0.20.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:13e04a2190684e6804229a77a6c56de7d033db8b9ef519e5e8dee400a70d8a3d"

[[package]]
name = "openzeppelin_token"
version = "0.20.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:4452f449dc6c1ea97cf69d1d9182749abd40e85bd826cd79652c06a627eafd91"
dependencies = [
"openzeppelin_access",
"openzeppelin_account",
"openzeppelin_introspection",
"openzeppelin_utils",
]

[[package]]
name = "openzeppelin_utils"
version = "0.20.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:44f32d242af1e43982decc49c563e613a9b67ade552f5c3d5cde504e92f74607"

[[package]]
name = "pontis"
version = "0.1.0"
dependencies = [
"openzeppelin_access",
"openzeppelin_token",
"snforge_std",
]

Expand Down
2 changes: 2 additions & 0 deletions l2/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2024_07"

[dependencies]
starknet = "2.9.1"
openzeppelin_token = "0.20.0"
openzeppelin_access = "0.20.0"

[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.34.0" }
Expand Down
212 changes: 0 additions & 212 deletions l2/src/bridge_poc.cairo

This file was deleted.

3 changes: 2 additions & 1 deletion l2/src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mod bit_shifts;
mod bridge_poc;
mod bridge;
mod btc;
mod double_sha256;
mod hash;
mod word_array;
Expand Down

0 comments on commit 67e7368

Please sign in to comment.