Skip to content

Commit

Permalink
fix provider issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb committed Feb 9, 2024
1 parent b275c86 commit 595cc77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file modified smart-contracts-hardhat/bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions smart-contracts-hardhat/scripts/deployUP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import LSP0Artifact from '@lukso/lsp-smart-contracts/artifacts/LSP0ERC725Account
dotenv.config();

async function deployToken() {
// Setup the provider
const provider = new ethers.JsonRpcProvider('https://rpc.testnet.lukso.gateway.fm');

// Setup the controller used to sign the deployment
const [signer] = await ethers.getSigners();
console.log('Deploying contracts with Universal Profile Controller: ', signer.address);
Expand Down

0 comments on commit 595cc77

Please sign in to comment.