Skip to content

Commit

Permalink
fix: land-sale files
Browse files Browse the repository at this point in the history
  • Loading branch information
capedcrusader21 committed Dec 16, 2024
1 parent a0e6b39 commit 19135e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {Deployment} from 'hardhat-deploy/dist/types';
import {DeployFunction} from 'hardhat-deploy/types';
import {DeployFunction, Deployment} from 'hardhat-deploy/types';
import {HardhatRuntimeEnvironment} from 'hardhat/types';
import {
getDeadline,
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/land-sale-artifacts/deadlines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const deadlines: {[sector: number]: number} = {
32: new Date('2021-11-11T13:00:00.000Z').valueOf() / 1000,
33: new Date('2021-12-09T13:00:00.000Z').valueOf() / 1000,
34: new Date('2021-12-23T13:00:00.000Z').valueOf() / 1000,
35: new Date('2022-03-03T13:00:00.000Z').valueOf() / 1000, // TODO: to be determined
35: new Date('2022-03-03T13:00:00.000Z').valueOf() / 1000,
36: new Date('2022-01-20T13:00:00.000Z').valueOf() / 1000,
38: new Date('2022-02-17T13:00:00.000Z').valueOf() / 1000,
39: new Date('2022-03-10T13:00:00.000Z').valueOf() / 1000,
Expand Down
8 changes: 4 additions & 4 deletions packages/land-sale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ contracts:

### Step 1: Prepare for Deployment

- **Receive JSON Files**: The Landsale team will provide `bundles.testnet.json`
and `sectors.testnet.json` files.
- **Receive JSON Files**: The Landsale team will provide JSON files for bundles
and sectors. The filenames may vary depending on the network or environment.
- **Organize the Files**: Place the JSON files in a new folder within
`land-sale/data/landSales` named `LandPreSale_XX`.
- **NOTE**: Here, `XX` is an incremented folder number that does not correspond
Expand All @@ -57,9 +57,9 @@ contracts:

```
{
"bundleId":
[bundleId:
[
bundle-Id
"assetId"
]
}
```
Expand Down

0 comments on commit 19135e0

Please sign in to comment.