wormhole/clients
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
..
eth add dev tooling for clients/eth 2022-03-18 10:49:34 -05:00
js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
.gitignore feat: use sdk in js client 2022-02-14 07:56:38 -05:00