|
|
@ -6,6 +6,7 @@ import { |
|
|
|
MultiProvider, |
|
|
|
MultiProvider, |
|
|
|
chainConnectionConfigs, |
|
|
|
chainConnectionConfigs, |
|
|
|
objMap, |
|
|
|
objMap, |
|
|
|
|
|
|
|
serializeContracts, |
|
|
|
} from '@hyperlane-xyz/sdk'; |
|
|
|
} from '@hyperlane-xyz/sdk'; |
|
|
|
import { HypERC20Deployer } from "../src/deploy";
|
|
|
|
import { HypERC20Deployer } from "../src/deploy";
|
|
|
|
|
|
|
|
|
|
|
@ -37,7 +38,8 @@ async function deployTradeRoute() { |
|
|
|
await deployer.deploy(); |
|
|
|
await deployer.deploy(); |
|
|
|
|
|
|
|
|
|
|
|
console.log('Deployment successful. Deployed contracts:') |
|
|
|
console.log('Deployment successful. Deployed contracts:') |
|
|
|
console.log(deployer.deployedContracts) |
|
|
|
// @ts-ignore
|
|
|
|
|
|
|
|
console.log(serializeContracts(deployer.deployedContracts)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
deployTradeRoute().then(console.log).catch(console.error) |
|
|
|
deployTradeRoute().then(console.log).catch(console.error) |