multiversx / mx-sdk-dapp

A library that holds the core functional logic of a dapp on the MultiversX
66 stars 63 forks source link

Allow custom environment as string #1195

Closed arhtudormorar closed 2 months ago

arhtudormorar commented 2 months ago

Issue

sdk-dapp enforces a knwon environment

Reproduce

Issue exists on version 2.33.3 of sdk-dapp.

Root cause

There were only strict environments until sovereign shards

Fix

Allow custom string as environment and get config from url

Additional changes

Improve DappProvidere type imports

Contains breaking changes

[x] No

[] Yes

Updated CHANGELOG

[x] Yes

Testing

[x] User testing [] Unit tests