Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Pool update (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
scuba authored Jan 14, 2022
1 parent 97bc567 commit 069f7ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/constants/farms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,15 @@ export const wlunaWustDoubleDip: OrcaFarmParams = Object.freeze({
baseTokenDecimals: 6,
});

export const stsolWustDoubleDip: OrcaFarmParams = Object.freeze({
address: new PublicKey("CXbiLWJoYcVmV7GcF9xSwwMPSgHh5rHRLJB84F54R4qU"),
farmTokenMint: new PublicKey("DxiftFoeRxHk15N4rDYzpwtGhfK3LqSn4gWDCaEkMksE"),
rewardTokenMint: new PublicKey("HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p"),
rewardTokenDecimals: 8,
baseTokenMint: new PublicKey("3Q44iV4URXdbS4Tk1PGs5VdWQoCxHB7zdcdMnemo8jfH"),
baseTokenDecimals: 6,
});

/**
* Mapping for OrcaFarm parameters
* Key: baseTokenMint : OrcaFarmParams
Expand Down Expand Up @@ -1560,4 +1569,5 @@ export const orcaFarmConfigs: Record<string, OrcaFarmParams> = {
"2mhVUMsG7eb3XhHjAbKpRZgWNyGZNCiWU7dRxauzZaGL": wustUsdcDoubleDip,
"6wqME6zPQzGDLugpnwZnVBKBbATC5nTaEa781Vj98yvM": msolWustDoubleDip,
"3ZGKT28NXAqb2YtUAMvKixQvHNHT31Q5mK8AC2iBMs29": wlunaWustDoubleDip,
"3Q44iV4URXdbS4Tk1PGs5VdWQoCxHB7zdcdMnemo8jfH": stsolWustDoubleDip,
};
1 change: 1 addition & 0 deletions src/public/farms/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ export enum OrcaFarmConfig {
wUST_USDC_DD = "2mhVUMsG7eb3XhHjAbKpRZgWNyGZNCiWU7dRxauzZaGL",
mSOL_wUST_DD = "6wqME6zPQzGDLugpnwZnVBKBbATC5nTaEa781Vj98yvM",
wLUNA_wUST_DD = "3ZGKT28NXAqb2YtUAMvKixQvHNHT31Q5mK8AC2iBMs29",
stSOL_wUST_DD = "3Q44iV4URXdbS4Tk1PGs5VdWQoCxHB7zdcdMnemo8jfH",
}

0 comments on commit 069f7ac

Please sign in to comment.