metaplex-foundation / get-collection

Rust and TypeScript example code for finding all members from a collection id.
27 stars 15 forks source link

Support custom rpc node on `get-collection-ts` #3

Closed tpompon closed 1 year ago

tpompon commented 1 year ago

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.

samuelvanderwaal commented 1 year ago

Thanks!