Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Nov 22, 2023
1 parent a1c08bb commit d723ef2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pragma solidity 0.8.18;

import {ERC20, ERC20Burnable} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";

/**tran
/**
* @dev BridgeToken is an ERC20Burnable token contract that is associated with a specific native chain bridge and asset, and is only mintable by the bridge contract on this chain.
*/
contract BridgeToken is ERC20Burnable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
* @dev Interface that describes functionalities for a cross-chain ERC20 bridge.
*/
interface IERC20Bridge {

/**
* @dev Enum representing the action to take on receiving a Teleporter message.
*/
enum BridgeAction {
Create,
Mint,
Transfer
} /**
* @dev Enum representing the action to take on receiving a Teleporter message.
*/
}

/**
* @dev Emitted when tokens are locked in this bridge contract to be bridged to another chain.
Expand Down

0 comments on commit d723ef2

Please sign in to comment.