• Kelvin Fichter's avatar
    feat(ctb): remove unnecessary ERC721 factory code · 2d1d95e7
    Kelvin Fichter authored
    First removes the legacy bridge and remoteChainId getter functions.
    Since the ERC721 factory is being deployed at a new address, it's not
    necessary to maintain ABI compatibility. We can safely remove these
    functions. Also removes constructor checks that aren't really necessary
    since we can always upgrade if needed and the odds of getting something
    like that wrong don't seem significant enough to warrant extra code.
    2d1d95e7
nft-bridge.spec.ts 10.1 KB