Skip to content

Commit

Permalink
making release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 15, 2024
1 parent 30ba230 commit ea95f78
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 296 deletions.
1 change: 1 addition & 0 deletions crates/cvm-route/src/asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub struct AssetItem {
pub network_id: NetworkId,

/// TODO: make sure one cannot access local if it is bridged until bridged was unwrapped
/// basically to access asset need to provide network_id to use local
pub local: AssetReference,
/// if asset was bridged, it would have way to identify bridge/source/channel
pub bridged: Option<BridgeAsset>,
Expand Down
220 changes: 13 additions & 207 deletions flake.lock

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

Loading

0 comments on commit ea95f78

Please sign in to comment.