Skip to content

Commit

Permalink
Update contracts/contracts/system_contracts/kaiabridge/IBridge.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Chihyun Song <ian0371@gmail.com>
  • Loading branch information
hyunsooda and ian0371 committed May 10, 2024
1 parent 951cb25 commit 9b5a0a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ abstract contract IBridge is EnumerableSetUpgradable {
event BridgeResume(string indexed msg);

//////////////////// Exported functions ////////////////////
/// @dev A gateway function that triggers tokwn swap between FNSA and KLAY
/// @dev A gateway function that triggers token swap between FNSA and KAIA
/// @param prov Burning provision
function provision(ProvisionData calldata prov) external virtual;

Expand Down

0 comments on commit 9b5a0a2

Please sign in to comment.