Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Update to use old drop #84

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ abi:
abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/TokenERC721.json --out abi/token_erc721.go --type TokenERC721
abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/TokenERC1155.json --out abi/token_erc1155.go --type TokenERC1155
# If you want to generate drop contracts, you'll have to delete a struct
# abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/DropERC721.json --out abi/drop_erc721.go --type DropERC721
# abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/DropERC1155.json --out abi/drop_erc1155.go --type DropERC1155
# abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/DropERC721_V3.json --out abi/drop_erc721.go --type DropERC721
# abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/DropERC1155_V2.json --out abi/drop_erc1155.go --type DropERC1155
abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/Multiwrap.json --out abi/multiwrap.go --type Multiwrap
abigen --alias contractURI=internalContractURI --pkg abi --abi internal/json/Marketplace.json --out abi/marketplace.go --type Marketplace

Expand Down
434 changes: 384 additions & 50 deletions abi/drop_erc1155.go

Large diffs are not rendered by default.

328 changes: 260 additions & 68 deletions abi/drop_erc721.go

Large diffs are not rendered by default.

Loading