Skip to content

Commit 029a89e

Browse files
committed
ovault example changes (#1590)
Signed-off-by: shankar <shankar@layerzerolabs.org>
1 parent 73c529a commit 029a89e

2 files changed

Lines changed: 202 additions & 8 deletions

File tree

examples/ovault-evm/contracts/MyAssetOFT.sol

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,4 @@ contract MyAssetOFT is OFT {
1111
address _lzEndpoint,
1212
address _delegate
1313
) OFT(_name, _symbol, _lzEndpoint, _delegate) Ownable(_delegate) {}
14-
15-
function mint(address to, uint256 amount) external {
16-
_mint(to, amount);
17-
}
18-
19-
function burn(address from, uint256 amount) external {
20-
_burn(from, amount);
21-
}
2214
}

0 commit comments

Comments
 (0)