mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 14:35:40 +00:00
[testnet] Allow governance to control fees for Rococo <> Westend bridge (#2139)
Right now governance could only control byte-fee component of Rococo <> Westend message fees (paid at Asset Hubs). This PR changes it a bit: 1) governance now allowed to control both fee components - byte fee and base fee; 2) base fee now includes cost of "default" delivery and confirmation transactions, in addition to `ExportMessage` instruction cost.
This commit is contained in:
committed by
GitHub
parent
15a3483881
commit
0d3c67d96b
Generated
+2
@@ -910,6 +910,7 @@ dependencies = [
|
||||
"bp-asset-hub-westend",
|
||||
"bp-asset-hub-wococo",
|
||||
"bp-bridge-hub-rococo",
|
||||
"bp-bridge-hub-westend",
|
||||
"bp-bridge-hub-wococo",
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
@@ -1022,6 +1023,7 @@ dependencies = [
|
||||
"assets-common",
|
||||
"bp-asset-hub-rococo",
|
||||
"bp-asset-hub-westend",
|
||||
"bp-bridge-hub-rococo",
|
||||
"bp-bridge-hub-westend",
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
|
||||
Reference in New Issue
Block a user