Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed Oct 24, 2024
1 parent c7332c3 commit c0bab8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/interfaces/IGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ interface IGateway {
// Send an XCM with arbitrary assets to Polkadot Asset Hub
//
// Params:
// * `xcm` (bytes): SCALE-encoded XCM message
// * `xcm` (bytes): SCALE-encoded VersionedXcm message
// * `assets` (bytes[]): Array of asset specs, constrained to maximum of eight.
//
// Supported asset specs:
Expand All @@ -197,7 +197,7 @@ interface IGateway {
function sendMessage(bytes calldata xcm, bytes[] calldata assets) external payable;

// Register Ethereum-native token on AHP, using `xcmFeeAHP` of `msg.value`
// to pay for execution on AHP
// to pay for execution on AHP.
function registerToken(address token, uint128 xcmFeeAHP) external payable;

// Register Ethereum-native token on AHK, using `xcmFeeAHP` and `xcmFeeAHK`
Expand Down

0 comments on commit c0bab8a

Please sign in to comment.