Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akihokurino committed May 17, 2023
1 parent d61cb6b commit 7d4f06c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ IPFS_GATEWAY=

WALLET_ADDRESS=0x1341048E3d37046Ca18A09EFB154Ea9771744f41
WALLET_SECRET=
WALLET_ADDRESS_2=0xb1414C8f72ecc05a0CB0F68835A634EAb3AC1b55
WALLET_SECRET_2=
RELAYER_SECRET=

ETHEREUM_NFT_721_ADDRESS=0xb45788Bf46F1189C66a008dAb10c2f526c3fB87c
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ meta-mint: build
--network $(NETWORK) \
--content-hash $(CONTENT_HASH) \
--package $(PACKAGE) \
--to-address "0x1341048E3d37046Ca18A09EFB154Ea9771744f41"
--to-address $(TO_ADDRESS)

transfer: build
./target/debug/cli \
Expand Down

0 comments on commit 7d4f06c

Please sign in to comment.