@crypticdot/defituna-api 4.0.6 → 4.0.7
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.cjs +3 -0
- package/dist/index.d.cts +306 -0
- package/dist/index.d.ts +306 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15679,6 +15679,9 @@ var zMintDto = external_exports.object({
|
|
|
15679
15679
|
address: zPubkeyDto,
|
|
15680
15680
|
decimals: external_exports.int().min(-2147483648, { error: "Invalid value: Expected int32 to be >= -2147483648" }).max(2147483647, { error: "Invalid value: Expected int32 to be <= 2147483647" }),
|
|
15681
15681
|
logo: external_exports.string(),
|
|
15682
|
+
logo128: external_exports.string(),
|
|
15683
|
+
logo32: external_exports.string(),
|
|
15684
|
+
logo64: external_exports.string(),
|
|
15682
15685
|
name: external_exports.string(),
|
|
15683
15686
|
symbol: external_exports.string()
|
|
15684
15687
|
});
|