getSignaturesForAddress and getTransaction hardcoded for mainnet
acorscadden opened this issue · 2 comments
acorscadden commented
I noticed that getSignaturesForAddress
and getTransaction
are both hardcoded to mainnet via an overridingEndpoint
param. Is there a reason that we can't use testnet or devnet with these functions? In my build, I've just commented out the overridingEndpoint
and it seems to work fine.
On a side note, I just started playing around with solana-swift
and this is a great library so far....nice work!
bigearsenal commented
Thanks. I'm fixing it
bigearsenal commented
Hi there, we released 2.0.0, please update it