|
|
@@ -2,6 +2,8 @@ const WrappedAsset = artifacts.require("WrappedAsset");
|
|
|
const Wormhole = artifacts.require("Wormhole");
|
|
|
|
|
|
module.exports = async function (deployer) {
|
|
|
+ await deployer.deploy(WrappedAsset);
|
|
|
+ // FIXME: this offsets the deleted Schnorr contract to keep the previous deterministic addresses
|
|
|
await deployer.deploy(WrappedAsset);
|
|
|
await deployer.deploy(Wormhole, {
|
|
|
keys: ["0x7E5F4552091A69125d5DfCb7b8C2659029395Bdf"],
|