Skip to content

Commit

Permalink
Merge pull request #3727 from piratecash/new-pirate-endpoints
Browse files Browse the repository at this point in the history
Update endpoint and wallet URL for piratecash gateway
  • Loading branch information
abitmore committed Sep 10, 2024
2 parents 76aee34 + 1d9983b commit 0f163e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const gdexAPIs = {
};

export const pirateCashAPIs = {
BASE: "https://piratecash.net/dexapi",
BASE: "https://pirate.cash/dexapi",
COINS_LIST: "/coins"
};

Expand Down
4 changes: 2 additions & 2 deletions app/lib/common/gateways.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ export const availableGateways = {
enabled: false,
selected: false
},
landing: "https://piratecash.net",
wallet: "https://wallet.piratecash.net/"
landing: "https://pirate.cash/",
wallet: "https://wallet.pirate.cash/"
},
XBTSX: {
id: "XBTSX",
Expand Down

0 comments on commit 0f163e5

Please sign in to comment.