Crypto Pank
Crypto Pank
Yes, it supports the other chains too, have to check which ones, but go init( CoinGecko platform) for rpc server.
What might be an issue is that it don't have an endpoint to retrieve batch of tickers for nft tokens, might have throttling of requests. Need to check it
when canceling a transaction it stucks as pending for me, tested with testnet token, so might be because a transaction completed fast
@hboon when we use private node rpc url, we make calls to this url only when send transaction, so we make next calls `eth_getTransactionCount` to. resolve next nonce and `eth_sendRawTransaction`...
ok, got it
it could be greate to add warnings (icons) on rpc servers screen with providing information to user about: - chain state (is rpc server available) - etherscan url validation, (is...