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

fix: update domain #67

Merged
merged 2 commits into from
Apr 2, 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
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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mercurial-finance/farming-sdk",
"version": "1.0.16",
"version": "1.0.17",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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
Loading