Future<dynamic> getPoolPairs(String tokenAddress) async { return _jsApi.jsPromise('window.utils.getPoolPairs("${tokenAddress}")'); }