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

Universal rewards #83

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions src/market-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1407,4 +1407,34 @@ export const marketPrograms: MarketRewardProgramArgs[] = [
},
chainId: ChainId.BASE,
},
// uSOL/USDC 14.09 uSOL on Base 11/21/2024 01/09/2025 9pm GMT
{
start: 1732222800n,
end: 1736456400n,
fundsSender: "0x59e7682CcbdB40e4e8B73899a7CF3589026E783B",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x9B8Df6E244526ab5F6e6400d331DB28C8fdDdb55",
marketId: "0xa60e9b888f343351dece4df8251abe5858fc5db96e8624d614a6500c3a3085ea",
rewardAmount: {
supply: 0n,
borrow: parseUnits("14.09379439742139", 18),
collateral: 0n,
},
chainId: ChainId.BASE,
},
// uSUI/USDC 887.97 uSUI on Base 11/21/2024 01/09/2025 9pm GMT
{
start: 1732222800n,
end: 1736456400n,
fundsSender: "0x59e7682CcbdB40e4e8B73899a7CF3589026E783B",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0xb0505e5a99abd03d94a1169e638B78EDfEd26ea4",
marketId: "0x5d96564285fc3830f51fe495f88c29cc1232fbca61ca8b6edc25bff921efdef2",
rewardAmount: {
supply: 0n,
borrow: parseUnits("887.97010208566", 18),
collateral: 0n,
},
chainId: ChainId.BASE,
},
];
11 changes: 11 additions & 0 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,15 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("2000", 18),
chainId: ChainId.MAINNET,
},
// Re7 Universal USDC Vault - 1939.79 USDC 10/30-11/13 3pm GMT
{
start: 1732222800n,
end: 1736456400n,
fundsSender: "0x59e7682CcbdB40e4e8B73899a7CF3589026E783B",
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333",
tokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
vault: "0xB7890CEE6CF4792cdCC13489D36D9d42726ab863",
amount: parseUnits("1939.79522", 6),
chainId: ChainId.BASE,
},
];