Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 15, 2024
1 parent d1cda3a commit 64e0810
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ https://github.com/zeta-chain/node/pull/3106*


```solidity
uint256 public constant MAX_GAS_LIMIT = 1_000_000;
uint256 public constant MAX_GAS_LIMIT = 2_000_000;
```


Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/gatewayevmzevm.t.sol/gatewayevmzevmtest.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/gatewayzevm.sol/gatewayzevm.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/gatewayzevm.t.sol/gatewayzevminboundtest.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/gatewayzevm.t.sol/gatewayzevmoutboundtest.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/zrc20.t.sol/zrc20test.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v2/test/GatewayZEVM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ contract GatewayZEVMOutboundTest is Test, IGatewayZEVMEvents, IGatewayZEVMErrors
gateway.execute(context, address(0), 1, address(testUniversalContract), message);
}

function testExecuteUniversalContract() public {
function testExecuteUniversalContract() public {
bytes memory message = abi.encode("hello");
MessageContext memory context =
MessageContext({ origin: abi.encodePacked(address(gateway)), sender: protocolAddress, chainID: 1 });
Expand Down Expand Up @@ -845,7 +845,7 @@ contract GatewayZEVMOutboundTest is Test, IGatewayZEVMEvents, IGatewayZEVMErrors

function testExecuteRevertUniversalContract() public {
setRemainingGas(gateway.MAX_GAS_LIMIT());

vm.expectEmit(true, true, true, true, address(testUniversalContract));
emit ContextDataRevert(revertContext);
vm.prank(protocolAddress);
Expand Down
2 changes: 1 addition & 1 deletion v2/types/factories/GatewayZEVM__factory.ts

Large diffs are not rendered by default.

0 comments on commit 64e0810

Please sign in to comment.