-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
title: "Allow any asset over the bridge lane between the two Asset Hubs" | ||
|
||
doc: | ||
- audience: Runtime User | ||
description: | | ||
Allow all Rococo-native, Westend-native and Ethereum-native assets to flow over | ||
the bridge between the Rococo and Westend AssetHubs. | ||
|
||
On Rococo Asset Hub, we allow Westend Asset Hub to act as reserve for any asset | ||
native to the Westend ecosystem. | ||
We also allow Ethereum contracts to act as reserves for the foreign assets | ||
identified by the same respective contracts locations (on the other side of Snowbridge). | ||
|
||
On Westend Asset Hub, we allow Rococo Asset Hub to act as reserve for any asset | ||
native to the Rococo or Ethereum ecosystems (practically providing Westend access | ||
to Ethereum assets through double bridging: Ethereum <> Rococo <> Westend). | ||
|
||
crates: | ||
- name: assets-common | ||
bump: minor | ||
- name: asset-hub-rococo-runtime | ||
bump: minor | ||
- name: asset-hub-westend-runtime | ||
bump: minor | ||
- name: asset-hub-rococo-emulated-chain | ||
bump: minor | ||
- name: asset-hub-rococo-integration-tests | ||
bump: minor | ||
- name: bridge-hub-rococo-integration-tests | ||
bump: minor | ||
- name: bridge-hub-westend-integration-tests | ||
bump: minor | ||
- name: emulated-integration-tests-common | ||
bump: patch | ||
|