Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 28, 2023
1 parent d21457b commit 98ef3e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ echo "TESTING OMNICHAIN CONTRACT"
git reset --hard HEAD
npx hardhat omnichain Swap targetZRC20:address recipient minAmountOut:uint256
npx hardhat compile --force --no-typechain
npx hardhat deploy --help
npx hardhat interact --help

ADDRESS=$(npx hardhat deploy --network zeta_testnet --json | jq -r '.address')

Expand Down
1 change: 1 addition & 0 deletions templates/omnichain/tasks/interact.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
console.log(`🚀 Successfully broadcasted a token transfer transaction on ${hre.network.name} network.
📝 Transaction hash: ${tx.hash}
`);
}
};

task("interact", "Interact with the contract", main)
Expand Down

0 comments on commit 98ef3e9

Please sign in to comment.