Skip to content

Commit

Permalink
fix: update start of the program for cbBTC incentives (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e authored Sep 27, 2024
1 parent c361388 commit 6368be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1076,9 +1076,9 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.MAINNET,
},
// cbBTC/EURC 11,945 EURC 09/26/2024 11/08/2024 1pm EST
// cbBTC/EURC 11,945 EURC 09/27/2024 11/08/2024 1pm EST
{
start: 1727370000n,
start: 1727449200n,
end: 1731088800n,
fundsSender: "0x874A0A0fc772a32b40e3749ACc3B72f3b0c9b82a",
urdAddress: "0x5400dBb270c956E8985184335A1C62AcA6Ce1333",
Expand Down

0 comments on commit 6368be5

Please sign in to comment.