Currently we can't use a custom RPC node url when using get-collection-ts, the default node https://api.metaplex.com/ isn't working anymore so we can't fetch mint addresses at all using the Typescript version.
This pull request let us use a custom node url, if it's not specified it will use the default Metaplex one instead.
Currently we can't use a custom RPC node url when using
get-collection-ts
, the default node https://api.metaplex.com/ isn't working anymore so we can't fetch mint addresses at all using the Typescript version.This pull request let us use a custom node url, if it's not specified it will use the default Metaplex one instead.