Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Mar 21, 2024
1 parent c88230e commit b3d97cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,9 @@ pub mod bridging {
use bp_bridge_hub_kusama::snowbridge::InboundQueuePalletInstance;

parameter_types! {
/// User fee for ERC20 token transfer back to Ethereum.
/// Configure the fee to max Balance so that it is disabled.
/// Sensible value was 2_750_872_500_000.
/// User fee for transfers from Kusama to Ethereum.
/// The fee is set to max Balance to disable the bridge until a fee is set by
/// governance.
pub const DefaultBridgeHubEthereumBaseFee: Balance = Balance::MAX;
pub storage BridgeHubEthereumBaseFee: Balance = DefaultBridgeHubEthereumBaseFee::get();
pub SiblingBridgeHubWithEthereumInboundQueueInstance: Location = Location::new(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -798,9 +798,9 @@ pub mod bridging {
use bp_bridge_hub_polkadot::snowbridge::InboundQueuePalletInstance;

parameter_types! {
/// User fee for ERC20 token transfer back to Ethereum.
/// Configure the fee to max Balance so that it is disabled.
/// Sensible value was 27_508_725_000.
/// User fee for transfers from Polkadot to Ethereum.
/// The fee is set to max Balance to disable the bridge until a fee is set by
/// governance.
pub const DefaultBridgeHubEthereumBaseFee: Balance = Balance::MAX;
pub storage BridgeHubEthereumBaseFee: Balance = DefaultBridgeHubEthereumBaseFee::get();
pub SiblingBridgeHubWithEthereumInboundQueueInstance: Location = Location::new(
Expand Down

0 comments on commit b3d97cf

Please sign in to comment.