Skip to content

Commit

Permalink
update wallet-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 16, 2024
1 parent b73dbe2 commit acb6c6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
14 changes: 7 additions & 7 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions smart-contract/src/lib-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,4 @@ export async function deploy(file: string, args: Args, coins: bigint) {
const contractAddress = contract.address.toString();

console.log('Contract deployed at: ', contractAddress);

const events = await client.getEvents({
smartContractAddress: contractAddress,
isFinal: true,
});

return { contractAddress, events, contract };
}

0 comments on commit acb6c6f

Please sign in to comment.