Skip to content

Commit

Permalink
Update wasm path in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Dec 13, 2024
1 parent dd03e1f commit 65fabeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deweb-index/src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const provider = Web3Provider.buildnet(account);

console.log('Deploying contract...');

const byteCode = getScByteCode('build', 'main.wasm');
const byteCode = getScByteCode('build', 'deweb-index.wasm');

const name = 'Massa';
const constructorArgs = new Args().addString(name);
Expand Down

0 comments on commit 65fabeb

Please sign in to comment.