dashpay / platform

L2 solution for seriously fast decentralized applications for the Dash network
https://dashplatform.readme.io/docs/introduction-what-is-dash-platform
MIT License
67 stars 39 forks source link

feat: mainnet support for the js-sdk #2109

Open thephez opened 2 weeks ago

thephez commented 2 weeks ago

Expected Behavior

The mainnet network type would be supported.

Current Behavior

Currently, the JS SDK can only use mainnet if the dapiAddresses client option is used.

Possible Solution

Update to work more like testnet where simply setting the network type is all that's required. Or provide a mainnet seed that could be used instead of hard-coding specific evonode addresses.

Alternatives Considered

Additional Context

shumkov commented 2 days ago

JS SDK is updated https://github.com/dashpay/platform/pull/2146 and https://github.com/dashpay/platform/pull/2161

shumkov commented 2 days ago

The infrastructure team is working on testnet and miannet seed nodes.