@settlemint/dalp-sdk 3.0.7-main.29023238218 → 3.0.7-main.29024261973
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -83989,6 +83989,7 @@ var OrganizationNetworkSchema = z381.object({
|
|
|
83989
83989
|
chainId: z381.number().int(),
|
|
83990
83990
|
networkName: z381.string().nullable(),
|
|
83991
83991
|
chainName: z381.string().nullable(),
|
|
83992
|
+
explorerUrl: z381.string().nullable(),
|
|
83992
83993
|
status: z381.enum(["pending", "deploying", "active", "failed", "disabled"]),
|
|
83993
83994
|
systemAddress: z381.string().nullable(),
|
|
83994
83995
|
isDefault: z381.boolean(),
|
|
@@ -94788,7 +94789,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
94788
94789
|
// package.json
|
|
94789
94790
|
var package_default = {
|
|
94790
94791
|
name: "@settlemint/dalp-sdk",
|
|
94791
|
-
version: "3.0.7-main.
|
|
94792
|
+
version: "3.0.7-main.29024261973",
|
|
94792
94793
|
private: false,
|
|
94793
94794
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
94794
94795
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED