wormhole/ethereum/migrations
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
..
1_initial_migration.js ethereum generalized messaging & governance 2021-05-27 16:01:49 +02:00
2_deploy_wormhole.js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
3_deploy_bridge.js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
4_deploy_nft_bridge.js ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
6_deploy_bridge_implementation_only.js Run ethereum tests on CI (#1028) 2022-03-31 00:32:27 -04:00
7_deploy_token_implementation_only.js ethereum: remove wormhole from token name 2022-08-31 17:21:52 -04:00
9_deploy_weth9.js ethereum: Add fantom testnet & aurora testnet to truffle-config 2022-02-09 16:07:57 -05:00
10_deploy_batched_vaa_sender.js add EVM contract for batched VAA development 2022-08-15 08:41:40 -05:00