coinbase / coinbase-sdk-nodejs

Other
74 stars 29 forks source link

Support dynamic network constants #169

Closed alex-stone closed 2 months ago

alex-stone commented 2 months ago

What changed? Why?

This makes it so that we dynamically update networks as we update our OpenAPI spec.

This does not add a whole network object like we have in ruby, because we probably want to play around with how people want to use the various objects in TS before doing that.

This also unblocks polygon-mainnet support using this SDK.

Qualified Impact