We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,大佬您好,想请教一下一般如何获取一个token的地址? 比如在代码中 const KCS_CONTRACT = isTestnet ? "0x6551358EDC7fee9ADAB1E2E49560E68a12E82d9e" : "0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521";
const KCS_CONTRACT = isTestnet ? "0x6551358EDC7fee9ADAB1E2E49560E68a12E82d9e" : "0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521";
const amounts = await router(account).getAmountsOut(amountIn, [KCS_CONTRACT, tokenContract]); 我想看mojitoswap支持的aave这个token的地址,应该如何查询呢~ 谢谢!
const amounts = await router(account).getAmountsOut(amountIn, [KCS_CONTRACT, tokenContract]);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,大佬您好,想请教一下一般如何获取一个token的地址?
比如在代码中
const KCS_CONTRACT = isTestnet ? "0x6551358EDC7fee9ADAB1E2E49560E68a12E82d9e" : "0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521";
const amounts = await router(account).getAmountsOut(amountIn, [KCS_CONTRACT, tokenContract]);
我想看mojitoswap支持的aave这个token的地址,应该如何查询呢~
谢谢!
The text was updated successfully, but these errors were encountered: