dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
35 stars 21 forks source link

fix: invalid testnet DPNS contract id #214

Closed thephez closed 3 years ago

thephez commented 3 years ago

Issue being fixed or feature implemented

The DPNS contract ID changed with the v0.19 release, but the v3.19.0 release of the SDK uses the old contract ID.

What was done?

Changed to correct DPNS contract ID. Also added DashPay contract ID.

How Has This Been Tested?

Breaking Changes

Checklist:

For repository code-owners and collaborators only