Skip to content

Commit

Permalink
generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Apr 11, 2024
1 parent 31f52bf commit 22b588f
Show file tree
Hide file tree
Showing 10 changed files with 2,582 additions and 477 deletions.
2 changes: 1 addition & 1 deletion contracts/zevm/ZetaConnectorZEVM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ contract ZetaConnectorZEVM is ZetaConnectorBase {
* @dev Handler to receive data from other chain.
* This method can be called only by Fungible Module.
* Transfer the Zeta tokens to destination and calls onZetaMessage if it's needed.
* To perform the transfer mint new tokens, validating first the maxSupply allowed in the current chain.
* To perform the transfer wrap the new tokens
*/
function onReceive(
bytes calldata zetaTxSenderAddress,
Expand Down
223 changes: 0 additions & 223 deletions pkg/contracts/zevm/zetaconnectorzevm.sol/wzeta.go

This file was deleted.

1,228 changes: 1,172 additions & 56 deletions pkg/contracts/zevm/zetaconnectorzevm.sol/zetaconnectorzevm.go

Large diffs are not rendered by default.

Loading

0 comments on commit 22b588f

Please sign in to comment.