wormhole/ethereum/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
..
upgrades ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
bridge.js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
nft.js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
tokenmigrator.js add token migration contract 2021-09-28 10:35:34 +00:00
wormhole.js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00