Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: oval market rewards 240925-241025 #45

Merged
merged 4 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,4 +1091,49 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// wstETH / USDT Mainnet 0.0367 WETH 10/03/2024 11/03/2024 1pm GMT
{
start: 1727960400n,
end: 1730638800n,
fundsSender: "0x9Cc5b1bc0E1970D44B5Adc7ba51d76a5DD375434",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
marketId: "0x6a6c8e41a6a7ccbea68e1e6a19ece1fdd863b2b6c9e0f71bbcd4dcbe8b1062e8",
rewardAmount: {
supply: 36781467642438822n,
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
// pufETH / USDC Mainnet 0.289 WETH 10/03/2024 11/03/2024 1pm GMT
{
start: 1727960400n,
end: 1730638800n,
fundsSender: "0x9Cc5b1bc0E1970D44B5Adc7ba51d76a5DD375434",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
marketId: "0x7e9c708876fa3816c46aeb08937b51aa0461c2af3865ecb306433db8a80b1d1b",
rewardAmount: {
supply: 289490564462092337n,
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
// tBTC / USDC Mainnet 2.187 WETH 10/03/2024 11/03/2024 1pm GMT
{
start: 1727960400n,
end: 1730638800n,
fundsSender: "0x9Cc5b1bc0E1970D44B5Adc7ba51d76a5DD375434",
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb",
tokenAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
marketId: "0xe4cfbee9af4ad713b41bf79f009ca02b17c001a0c0e7bd2e6a89b1111b3d3f08",
rewardAmount: {
supply: 2187900260461918841n,
borrow: 0n,
collateral: 0n,
},
chainId: ChainId.MAINNET,
},
];