Skip to content

Commit

Permalink
Move uSOL incentive campaign dates forward (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0lf authored Oct 9, 2024
1 parent f81a296 commit cfb503c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1181,10 +1181,10 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// uSOL/USDC 17.5 uSOL on Base 10/15/2024 10/29/2024 5pm GMT
// uSOL/USDC 17.5 uSOL on Base 10/10/2024 10/24/2024 3pm GMT
{
start: 1729011600n,
end: 1730221200n,
start: 1728572400n,
end: 1729782000n,
fundsSender: "0x59e7682CcbdB40e4e8B73899a7CF3589026E783B",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55",
Expand Down
6 changes: 3 additions & 3 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("60000", 18),
chainId: ChainId.MAINNET,
},
// Re7 Universal USDC Vault - 17.5 uSOL 10/15-10/29 5pm GMT
// Re7 Universal USDC Vault - 17.5 uSOL 10/10-10/24 3pm GMT
{
start: 1729011600n,
end: 1730221200n,
start: 1728572400n,
end: 1729782000n,
fundsSender: "0x59e7682CcbdB40e4e8B73899a7CF3589026E783B",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55",
Expand Down

0 comments on commit cfb503c

Please sign in to comment.