This PR updates the destination URLs in the next.config.mjs file to point to a new endpoint for the PancakeSwap API, replacing deprecated URLs.
Detailed summary
Updated destination for /info/v3 from https://deprecated-info.pancake.run/info/v3 to https://info-v1.pancakeswap.finance/info/v3
Updated destination for /info/v3/pairs from https://deprecated-info.pancake.run/info/v3/pairs to https://info-v1.pancakeswap.finance/info/v3/pairs
Updated destination for /info/v3/tokens from https://deprecated-info.pancake.run/info/v3/tokens to https://info-v1.pancakeswap.finance/info/v3/tokens
Updated destination for /info/v3/tokens/:path* from https://deprecated-info.pancake.run/info/v3/tokens/:path* to https://info-v1.pancakeswap.finance/info/v3/tokens/:path*
Updated destination for /info/v3/pairs/:path* from https://deprecated-info.pancake.run/info/v3/pairs/:path* to https://info-v1.pancakeswap.finance/info/v3/pairs/:path*
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
PR-Codex overview
This PR updates the
destination
URLs in thenext.config.mjs
file to point to a new endpoint for the PancakeSwap API, replacing deprecated URLs.Detailed summary
destination
for/info/v3
fromhttps://deprecated-info.pancake.run/info/v3
tohttps://info-v1.pancakeswap.finance/info/v3
destination
for/info/v3/pairs
fromhttps://deprecated-info.pancake.run/info/v3/pairs
tohttps://info-v1.pancakeswap.finance/info/v3/pairs
destination
for/info/v3/tokens
fromhttps://deprecated-info.pancake.run/info/v3/tokens
tohttps://info-v1.pancakeswap.finance/info/v3/tokens
destination
for/info/v3/tokens/:path*
fromhttps://deprecated-info.pancake.run/info/v3/tokens/:path*
tohttps://info-v1.pancakeswap.finance/info/v3/tokens/:path*
destination
for/info/v3/pairs/:path*
fromhttps://deprecated-info.pancake.run/info/v3/pairs/:path*
tohttps://info-v1.pancakeswap.finance/info/v3/pairs/:path*