@zubari/sdk 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1 -1
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.js +1 -1
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +1 -1
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.js +1 -1
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +1 -1
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/wallet/index.mjs
CHANGED
|
@@ -2110,7 +2110,7 @@ var WalletManager = class _WalletManager {
|
|
|
2110
2110
|
*
|
|
2111
2111
|
* No fallback to placeholder addresses - WDK API is required for real addresses.
|
|
2112
2112
|
*/
|
|
2113
|
-
static async deriveAddressForChainAsync(seed, chain, network = "
|
|
2113
|
+
static async deriveAddressForChainAsync(seed, chain, network = "mainnet", apiUrl) {
|
|
2114
2114
|
if (chain === "ethereum") {
|
|
2115
2115
|
try {
|
|
2116
2116
|
const wdkService2 = getZubariWdkService({ network, apiUrl });
|