-
Notifications
You must be signed in to change notification settings - Fork 115
Labels
agglayerPRs or issues related to AggLayer bridging integrationPRs or issues related to AggLayer bridging integration
Milestone
Description
The file layout of the crates/miden-agglayer/asm directory should be updated to follow this layout:
asm
├── agglayer
│ ├── bridge
│ │ ├── asset_conversion.masm
│ │ ├── bridge_in.masm
│ │ ├── bridge_out.masm
│ │ ├── crypto_utils.masm
│ │ ├── eth_address.masm
│ │ └── local_exit_tree.masm
│ ├── faucet
│ │ └── mod.masm
│ └── notes
│ ├── b2agg.masm
│ └── claim.masm
├── components
│ ├── bridge.masm
│ └── faucet.masm
└── notes
├── b2agg.masm
└── claim.masm
Source: #2107 (review)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agglayerPRs or issues related to AggLayer bridging integrationPRs or issues related to AggLayer bridging integration