Skip to content

Commit

Permalink
Merge branch 'vincent/v2' into ron/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 25, 2024
2 parents f72e9c3 + c0bab8a commit 2d9aaf9
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 @@ -188,7 +188,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 @@ -209,7 +209,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 2d9aaf9

Please sign in to comment.