How to fetch Quotes for Polygon supported tokens
Jithendra-transfi opened this issue · 0 comments
Jithendra-transfi commented
const SFL_TOKEN = new Token(
ChainId.POLYGON,
"0xD1f9c58e33933a993A3891F8acFe05a68E1afC05",
18,
"SFL",
"Sunflower Land"
);
const USDC_TOKEN = new Token(
ChainId.POLYGON,
"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
6,
"USDC",
"USD Coin"
);
const CurrentConfig = {
rpc: {
mainnet:
"https://polygon-mainnet.g.alchemy.com/v2/OQu5rBT9v5gr-5zOU2ZvwNzJhaNzTGvj",
},
tokens: {
in: USDC_TOKEN,
amountIn: 1,
out: SFL_TOKEN,
poolFee: FeeAmount.MEDIUM,
},
};
This is my configuration file not able to fetch quotes for SFL_TOKEN swap