Skip to content

Commit c100818

Browse files
committed
chore: cleanup
1 parent 4b9d9f8 commit c100818

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cardano/offchain/src/deployment.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const createDeployment = async (
5454
"minting_port.mint_port.mint",
5555
lucid
5656
);
57+
referredValidators.push(mintPortValidator);
5758

5859
// load spend client validator
5960
const [spendClientValidator, spendClientScriptHash, spendClientAddress] =
@@ -617,7 +618,9 @@ const deploySpendChannel = async (
617618
) => {
618619
const referredValidators = {
619620
chan_open_ack: "chan_open_ack.mint",
621+
chan_open_confirm: "chan_open_confirm.spend",
620622
chan_close_init: "chan_close_init.spend",
623+
chan_close_confirm: "chan_close_confirm.spend",
621624
recv_packet: "recv_packet.mint",
622625
send_packet: "send_packet.spend",
623626
timeout_packet: "timeout_packet.spend",

0 commit comments

Comments
 (0)