Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
updates fee calc
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 1, 2023
1 parent 62b01ac commit 8df73df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/primitives/chain-asset-hub-rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ frame_support::parameter_types! {
pub const BridgeHubRococoBaseFeeInRocs: u128 = 1214739988;

/// User fee for ERC20 token transfer back to Ethereum.
/// (initially was calculated by test `OutboundQueue::calculate_fees` 32473000000 + *25%)
pub const TransferERC20TokenBaseFeeInRocs: u128 = 40591250000;
/// (initially was calculated by test `OutboundQueue::calculate_fees` - ETH/ROC 1/411 and fee_per_gas 15 GWEI = 18679250000 + *25%)
pub const TransferERC20TokenBaseFeeInRocs: u128 = 23349062500;
}

/// Identifier of AssetHubRococo in the Rococo relay chain.
Expand Down

0 comments on commit 8df73df

Please sign in to comment.