sns-sdk
sns-sdk copied to clipboard
js sdk devnet usage
Hello, I'm struggling to use the sdk on testnet, as getDomainKeysWithReverses
, reverseLookupBatch
and getAllDomains
don't seem to be exported in devnet.bindings/utils
but depend on mainnet constants in the sdk implementation.
Additionally when trying to use getFavoriteDomain
I receive The favourite account does not exist
for the same problem, but the devnet.constants
don''t seem to offer any NAME_OFFERS_ID
for me to rebind the devnet logic.
Would be happy to receive some guidance here or a link to the documentation in case I overlooked something.