Skip to content

Commit

Permalink
fix: incorrect amm router url
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed Mar 20, 2024
1 parent 6158a42 commit 4271e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constants/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Network } from './networks';
export const NFTX_ROUTER_URL = {
[Network.Mainnet]: 'https://api.nftx.xyz/v3/eth-mainnet/quote',
[Network.Sepolia]: 'https://api.nftx.xyz/v3/eth-sepolia/quote',
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arbitrum-one/quote',
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arb-mainnet/quote',
};

export const NFTX_APR_URL = {
Expand Down

0 comments on commit 4271e52

Please sign in to comment.