Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 89d9c1c

Browse files
authored
Add bridge account ID constant (#60)
1 parent 4943559 commit 89d9c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chainbridge/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ decl_module! {
208208

209209
const ChainIdentity: ChainId = T::ChainId::get();
210210
const ProposalLifetime: T::BlockNumber = T::ProposalLifetime::get();
211+
const BridgeAccountId: T::AccountId = MODULE_ID.into_account();
211212

212213
fn deposit_event() = default;
213214

0 commit comments

Comments
 (0)