Skip to content

Commit

Permalink
fix: updated land-sale readme
Browse files Browse the repository at this point in the history
  • Loading branch information
capedcrusader21 committed Dec 16, 2024
1 parent 19135e0 commit f51f2cd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/land-sale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ contracts:

## Getting Started

### Overview

- Deploy new land presale contracts on any supported network.
- The process for initiating a new land sale requires deploying a separate smart
contract for each sector using the EstateSaleWithAuth template. Update the
existing script to deploy the contract.
- Deploy script path:
`packages/deploy/deploy/1000_landsale/02_deploy_estate_sale.ts`
- Land presale requests involve one or more sector numbers. Confirm details if
sector numbers don’t follow the usual increment by consulting the
landsale-raffle squad.
- **NOTE**: Multiple sectors can be requested simultaneously.
- Some lands may include additional assets as optional bundles.
- Premium Lands will have additional steps documented once processed by the
Blockchain Team.
- The landsale team typically requests an Amoy testnet deployment 1-2 weeks
before mainnet.
- Relevant `.json` files will be provided by the landsale team.

### Step 1: Prepare for Deployment

- **Receive JSON Files**: The Landsale team will provide JSON files for bundles
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6800,7 +6800,7 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:^16.1.3, dotenv@npm:^16.1.4, dotenv@npm:^16.3.0, dotenv@npm:^16.3.1, dotenv@npm:^16.4.5":
"dotenv@npm:^16.1.3, dotenv@npm:^16.1.4, dotenv@npm:^16.3.0, dotenv@npm:^16.3.1":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
checksum: 301a12c3d44fd49888b74eb9ccf9f07a1f5df43f489e7fcb89647a2edcd84c42d6bc349dc8df099cd18f07c35c7b04685c1a4f3e6a6a9e6b30f8d48c15b7f49c
Expand Down

1 comment on commit f51f2cd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

90.32%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/land-sale/contracts
   EstateSaleWithAuth.sol80.33%68.18%75%90.32%109, 125, 166, 166, 169, 259–266, 63, 74, 80, 88, 88, 88–89
packages/land-sale/contracts/common/Interfaces
   ERC1155.sol100%100%100%100%
   ERC165.sol100%100%100%100%
   ERC20.sol100%100%100%100%
   ERC20WithMetadata.sol100%100%100%100%
   ERC721.sol100%100%100%100%
   ERC721Events.sol100%100%100%100%
   ILandToken.sol100%100%100%100%

Please sign in to comment.