Skip to content

Modify NetworkId and System

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 07 Aug 01:55
· 115 commits to master since this release
f8f5180

This release adds a feature where you can now update the networkId and the system parameters without having to re-initialize Notify each time. To do this just call the config function : notify.config({ networkId: NEW_NETWORK, system: NEW_SYSTEM }).

Also included in this release is a fix for how the types are exported which was causing errors in TypeScript projects.

Changelog:

  • Enhancement: Allow networkId, system to be modified via config function (#156)
  • Fix: Type exports (#157)
  • Enhancement: Update SDK (#158)