Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Jun 24, 2024
1 parent df9317e commit c39d11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/digital-asset-template/scripts/move/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function publish() {
// Please find it on the network you are using, This is testnet deployment
minter: "0x3c41ff6b5845e0094e19888cba63773591be9de59cafa9e582386f6af15dd490",
},
profile: process.env.VITE_APP_NETWORK,
profile: process.env.PROFILE_NAME,
});
}
publish();
2 changes: 1 addition & 1 deletion templates/fungible-asset-template/scripts/move/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function publish() {
// Please find it on the network you are using, This is testnet deployment
minter: "0x3c41ff6b5845e0094e19888cba63773591be9de59cafa9e582386f6af15dd490",
},
profile: process.env.VITE_APP_NETWORK,
profile: process.env.PROFILE_NAME,
});
}
publish();

0 comments on commit c39d11a

Please sign in to comment.