Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

181 address list of websites #182

Merged
merged 10 commits into from
Dec 13, 2024
Prev Previous commit
Update wasm path in deploy script
thomas-senechal committed Dec 13, 2024
commit 65fabebd5dd72f8c2669fd2ce402251ba4366398
2 changes: 1 addition & 1 deletion deweb-index/src/deploy.ts
Original file line number Diff line number Diff line change
@@ -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);

Unchanged files with check annotations Beta

}
function RootApp({ children }: RootAppProps) {

Check warning on line 13 in server/pages/src/utils/RootApp.tsx

GitHub Actions / lint-frontend

Fast refresh only works when a file only exports components. Move your component(s) to a separate file
return (
<StrictMode>
{children}