Skip to content

Commit

Permalink
fix: update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
McSam94 committed Apr 2, 2024
1 parent 8c03225 commit faab6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ts-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meteora Pool Farm SDK

<p align="center">
<img align="center" src="https://vaults.mercurial.finance/icons/logo.svg" width="180" height="180" />
<img align="center" src="https://app.meteora.ag/icons/logo.svg" width="180" height="180" />
</p>
<br>

Expand All @@ -11,7 +11,7 @@ NPM: https://www.npmjs.com/package/@mercurial-finance/farming-sdk

SDK: https://github.com/MeteoraAg/reward-pool

<!-- Docs: https://docs.mercurial.finance/mercurial-dynamic-yield-infra/ -->
<!-- Docs: https://docs.meteora.ag/mercurial-dynamic-yield-infra/ -->

Discord: https://discord.com/channels/841152225564950528/864859354335412224

Expand Down
2 changes: 1 addition & 1 deletion ts-client/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PublicKey } from "@solana/web3.js";

export const FARMING_API_ENDPOINT = Object.freeze({
devnet: "https://dev-mer-amm.raccoons.dev/farms",
"mainnet-beta": "https://amm.mercurial.finance/farms",
"mainnet-beta": "https://amm.meteora.ag/farms",
});

export const FARM_PROGRAM_ID = new PublicKey(
Expand Down

0 comments on commit faab6be

Please sign in to comment.