Partavate-Studios / orbiter8-multiverse-bobabeam

An entry to Boba+Moonbeam's Bridging Collaboration Hackathon - 2022
3 stars 0 forks source link

Nearly-Working Bridging #14

Closed excalq closed 2 years ago

excalq commented 2 years ago

Note that this pull request combines #10 and #12.

It implements Orbiter 8's ShipToken NFT Contract in forms which conform to Boba's IL1StandardERC721 and`IL2StandardERC721 interfaces. (These inherit a base contract, MultiverseShip.sol.

This provides Hardhat tasks to:

UPDATE: Commit #8368e5f uses the Proxy__ version of the NFTBridge contracts, and the L2_GLMR token for the exit fee. This fails with a Can't Find L1 NFT Contract (lack of registration), so that's a good improvement.