Skip to content

Commit

Permalink
fix: add interaction with contract on Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanSL committed Dec 19, 2023
1 parent c916706 commit bff6581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ npx hardhat test

# Deploy Delegate and aux contracts to Sepolia Network.
npx hardhat run scripts/deploy.ts --network sepolia

# Delegate ERC721
npx ts-node scripts/delegateERC721.ts $DELEGATOR $DELEGATEE $ASSET_ADDRESS $TOKENID $LICENSE $true/false
```

0 comments on commit bff6581

Please sign in to comment.