sandbox-smart-contracts
sandbox-smart-contracts copied to clipboard
The Sandbox is a user-generated content (UGC) gaming platform that will empower creators through digital ownership and monetization of 3D voxel creations made and shared by users around the world.
## Description - Move common code to `common/LandBase.sol` remove `mainnet/LandBase.sol` and `polygon/PolygonLandBase.sol`. - Update the inheritance graphs https://internal-jira.atlassian.net/browse/LR-59
## Description - upgrade file for Land and PolygonLand - integration test for land and PolygonLand
## Description PoC based on DN404 by [Vectorized](https://github.com/Vectorized/dn404) including: - "SimpleDN404" contract - "NFTMintDN404" contract
## Description Deployment script to upgrade AssetCreate to include lazy minting. Consists of two files: - the actual upgrade file - setup script that sets the necessary variables Values to...
## Description If we upgrade the packages the new linter complain about some details, those are fixed in this PR.
Add Ioana as a Catalyst minter on Amoy. **To discuss** how to remove hardcoded addresses.
## Description https://internal-jira.atlassian.net/browse/LR-14 Changes to get 100% coverage - add IERC721BatchOps for batch operations - remove supportsInterface that where not called - remove __ERC2771Handler_initialize - make _ownerAndOperatorEnabledOf so it is...
## Description - added TRUSTED_FORWARDER_V2 contract for mainnet, base and bscMainnet. TRUSTED_FORWARDER is zero address for base due to lack of forwarder contract on [Biconomy](https://docs-gasless.biconomy.io/misc/contract-addresses) - added EndPointV2 contract for...
## Description Batch sales contract
## Description 1. This PR aims to fix the issue of whitelisting buyers instead of sellers with from paying any fees on the marketplace, by replacing the side of the...