Skip to content

Commit

Permalink
chore: asd
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 16, 2024
1 parent 291b335 commit daffaa5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
34 changes: 17 additions & 17 deletions config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@
"index": 19,
"chainId": 1,
"contractAddress": {
"1": ""
"1": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837"
},
"billVersion": "TieredSale",
"billType": "fcfs",
Expand Down Expand Up @@ -1731,45 +1731,45 @@
"collection": "ApeBond_Collection1"
},
"initTime": {
"1": 1734454800
"1": 1734355800
},
"finishTime": {
"1": 1734541200
"1": 1734359400
},
"redeemTime": {
"1": 1734541200
"1": 1734359400
},
"startVestingTimestamp": {
"1": 1705597200
"1": 1734359400
},
"initPrice": {
"1": 0.025
},
"initialRelease": 20,
"saleSchedule": {
"0": {
"start": 1734512400,
"end": 1734526800
"start": 1734358200,
"end": 1734358800
},
"1": {
"start": 1734498000,
"end": 1734512400
"start": 1734357600,
"end": 1734358200
},
"2": {
"start": 1734483600,
"end": 1734498000
"start": 1734357000,
"end": 1734357600
},
"3": {
"start": 1734469200,
"end": 1734483600
"start": 1734356400,
"end": 1734357000
},
"4": {
"start": 1734454800,
"end": 1734469200
"start": 1734355800,
"end": 1734356400
},
"noTier": {
"start": 1734526800,
"end": 1734541200
"start": 1734358800,
"end": 1734359400
}
},
"tokensDistributedAtRedeem": true
Expand Down
22 changes: 11 additions & 11 deletions src/constants/launchProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`,
index: 19,
chainId: ChainId.MAINNET,
contractAddress: {
[ChainId.MAINNET]: '',
[ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837',
},
billVersion: BillVersion.TieredSale,
billType: 'fcfs',
Expand All @@ -836,28 +836,28 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`,
soldOut: false,
billArt: { collection: BillArtCollection.ApeBond_Collection1 },
initTime: {
[ChainId.MAINNET]: 1734454800,
[ChainId.MAINNET]: 1734355800,
},
finishTime: {
[ChainId.MAINNET]: 1734541200,
[ChainId.MAINNET]: 1734359400,
},
redeemTime: {
[ChainId.MAINNET]: 1734541200,
[ChainId.MAINNET]: 1734359400,
},
startVestingTimestamp: {
[ChainId.MAINNET]: 1705597200,
[ChainId.MAINNET]: 1734359400,
},
initPrice: {
[ChainId.MAINNET]: 0.025,
},
initialRelease: 20,
saleSchedule: {
[LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 },
[LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 },
[LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 },
[LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 },
[LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 },
['noTier']: { start: 1734526800, end: 1734541200 },
[LaunchBondTiers.Legend]: { start: 1734355800, end: 1734356400 },
[LaunchBondTiers.Diamond]: { start: 1734356400, end: 1734357000 },
[LaunchBondTiers.Gold]: { start: 1734357000, end: 1734357600 },
[LaunchBondTiers.Silver]: { start: 1734357600, end: 1734358200 },
[LaunchBondTiers.Bronze]: { start: 1734358200, end: 1734358800 },
['noTier']: { start: 1734358800, end: 1734359400 },
},
tokensDistributedAtRedeem: true,
// distributionTimestamp: 1734203341,
Expand Down

0 comments on commit daffaa5

Please sign in to comment.