wormhole/ethereum/forge-test
Kevin Peters 9d477e0585 ethereum: EVM fork protection
Added a `uint256 evmChainId` state variable to the Core, Token and NFT Bridge
contracts. `evmChainId` is compared to `block.chainid` in the `chainId`
function. When they don't match, a "bad fork" Chain ID is returned,
otherwise the Wormhole Chain ID is returned.
2022-09-09 13:16:27 -05:00
..
Bridge.t.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
Messages.t.sol ethereum: Add property test on quorum 2022-08-23 15:06:04 +02:00