Skip to content

Commit

Permalink
Update massa-web3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Aug 14, 2024
1 parent eddb8ca commit 36ddceb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
41 changes: 37 additions & 4 deletions packages/sc-project-initializer/commands/init/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { getScByteCode } from './utils';

const account = await Account.fromEnv();
const provider = Web3Provider.newPublicBuildnetProvider(account);
const provider = Web3Provider.buildnet(account);

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

Expand Down

0 comments on commit 36ddceb

Please sign in to comment.