Skip to content

Commit

Permalink
Update storage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
goofylfg authored May 10, 2024
1 parent f9ce90d commit 0457119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ts/utils/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const storeContractAddress = (contractName: string, address: string, netw
/**
* Read a contract address from the local address store file
* @param contractName - the name of the contract
* @returns the contract address or a undefined it does not exist
* @returns the contract address or a undefined if it does not exist
*/
export const readContractAddress = (contractName: string, network = "default"): string => {
try {
Expand Down

0 comments on commit 0457119

Please sign in to comment.