Open hengruo opened 2 weeks ago
code src/UniswappyV2EthPair.ts line 25.
static uniswapInterface = new Contract(WETH_ADDRESS, UNISWAP_PAIR_ABI);
WETH_ADDRESS is an ERC20 token, how can it match UNISWAP_PAIR_ABI?
您的邮件已经收到。谢谢
code src/UniswappyV2EthPair.ts line 25.
static uniswapInterface = new Contract(WETH_ADDRESS, UNISWAP_PAIR_ABI);
WETH_ADDRESS is an ERC20 token, how can it match UNISWAP_PAIR_ABI?