Skip to content

Commit

Permalink
Add scripts for ERC721 token interaction (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 authored Oct 17, 2022
1 parent 45111e6 commit 74747ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/erc20-watcher/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
solidity: '0.8.0',
networks: {
docker: {
url: 'http://dapptools:8545'
url: 'http://geth:8545'
}
},
paths: {
Expand Down
4 changes: 4 additions & 0 deletions packages/erc721-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
"inspect-cid": "DEBUG=vulcanize:* ts-node src/cli/inspect-cid.ts",
"index-block": "DEBUG=vulcanize:* ts-node src/cli/index-block.ts",
"nft:deploy": "hardhat --network localhost nft-deploy",
"nft:deploy:docker": "hardhat --network docker nft-deploy",
"nft:mint": "hardhat --network localhost nft-mint",
"nft:mint:docker": "hardhat --network docker nft-mint",
"nft:transfer": "hardhat --network localhost nft-transfer",
"nft:transfer:docker": "hardhat --network docker nft-transfer",
"block:latest": "hardhat --network localhost block-latest",
"block:latest:docker": "hardhat --network docker block-latest",
"account": "hardhat --network localhost account"
},
"repository": {
Expand Down

0 comments on commit 74747ce

Please sign in to comment.