Skip to content

Commit

Permalink
Add message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGamingArcade committed Nov 22, 2024
1 parent 611e9aa commit 9f2fbae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions pallets/bridge/src/tests.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use crate::{mock::*, Error, Event, Something};
use frame_support::{assert_noop, assert_ok};
1 change: 1 addition & 0 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pallet-asset-conversion = { git = "https://github.com/paritytech/polkadot-sdk",
pallet-asset-conversion-tx-payment = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.9.0", default-features = false }

# primitives
hex-literal = { version = "0.4.1", default-features = false }
sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.9.0", default-features = false }
sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.9.0", default-features = false }
sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.9.0", default-features = false, features = [
Expand Down

0 comments on commit 9f2fbae

Please sign in to comment.