Skip to content

Commit

Permalink
adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Dec 9, 2024
1 parent 853962a commit 0de263d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Location conversion tests for relays and parachains ([polkadot-fellows/runtimes#487](https://github.com/polkadot-fellows/runtimes/pull/487))

### Changed

- Remove Snowbridge create agent and channel extrinsics. ([polkadot-fellows/runtimes#506](https://github.com/polkadot-fellows/runtimes/pull/506))

Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fn create_agent() {
// the treasury account may exist.
BridgeHubPolkadot::fund_accounts(vec![(RelayTreasuryPalletAccount::get(), INITIAL_FUND)]);

let sudo_origin = <Polkadot as Chain>::RuntimeOrigin::root();
let sudo_origin = <Polkadot as Chain>::RuntimeOrigin::root();;ew
let destination = Polkadot::child_location_of(BridgeHubPolkadot::para_id()).into();

let create_agent_call = SnowbridgeControl::Control(ControlCall::CreateAgent {});
Expand Down

0 comments on commit 0de263d

Please sign in to comment.