wormhole/ethereum/contracts/nft
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
..
mock eth: nft bridge impl initialize 2022-01-07 13:28:11 -05:00
token nft nits 2021-09-13 12:10:36 +02:00
NFTBridge.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
NFTBridgeEntrypoint.sol add ethereum NFT bridge 2021-09-10 23:43:14 +00:00
NFTBridgeGetters.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
NFTBridgeGovernance.sol add ethereum NFT bridge 2021-09-10 23:43:14 +00:00
NFTBridgeImplementation.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
NFTBridgeSetters.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
NFTBridgeSetup.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
NFTBridgeState.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
NFTBridgeStructs.sol terra/nft_bridge: Implement nft-bridge for terra (#698) 2022-01-07 16:47:33 +01:00