Skip to content

Commit 5973697

Browse files
authored
Merge pull request #13 from pushchain/feat_gateway_PC
UniversalGateway PC + Vault Inclusion
2 parents 45acff6 + 2da7c3c commit 5973697

36 files changed

+7918
-1202
lines changed

contracts/evm-gateway/.env.sample

Lines changed: 0 additions & 10 deletions
This file was deleted.

contracts/evm-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ From `IUniversalGateway.sol`:
8989

9090
Core structs and enums in `src/libraries/Types.sol`:
9191
- `TX_TYPE`: `GAS`, `GAS_AND_PAYLOAD`, `FUNDS`, `FUNDS_AND_PAYLOAD`
92-
- `RevertInstructions { address fundRecipient; bytes revertMsg; }`
92+
- `RevertInstructions { address fundRecipient; bytes revertContext; }`
9393
- `UniversalPayload { to, value, data, gasLimit, maxFeePerGas, maxPriorityFeePerGas, nonce, deadline, vType }`
9494
- `EpochUsage { uint64 epoch; uint192 used; }`
9595

0 commit comments

Comments
 (0)