Skip to content

Commit

Permalink
fix(marketplace): fix deploy cw-address-list script
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Nov 11, 2024
1 parent c78df41 commit f4e09b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/network-setup/deployCwAddressList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const instantiateCwAddressList = async (
opts: { home: string; binaryPath: string; keyringBackend?: string },
wallet: string,
adminAddr: string,
codeId: string,
codeId: number,
network: CosmosNetworkInfo,
) => {
const instantiateMsg: CwAddressListInstantiateMsg = { admin: adminAddr };
Expand Down

0 comments on commit f4e09b0

Please sign in to comment.