@numen-crypto/contract 0.18.0 → 0.18.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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -135,6 +135,7 @@ var AssetSymbolSchema = zod.z.enum(ASSET_SYMBOLS);
|
|
|
135
135
|
var DEPOSITABLE_ASSETS = ["USDT", "BTC", "ETH", "BNB", "TRX", "SOL"];
|
|
136
136
|
var DepositableAssetSchema = zod.z.enum(DEPOSITABLE_ASSETS);
|
|
137
137
|
var TOKEN_ASSET = "NMN";
|
|
138
|
+
var BONUS_ASSET = "wNMN";
|
|
138
139
|
var FUNDING_ASSET = "USDT";
|
|
139
140
|
var ASSET_DECIMALS = {
|
|
140
141
|
NMN: 4,
|
|
@@ -1392,6 +1393,7 @@ exports.AVATAR_CONTENT_TYPES = AVATAR_CONTENT_TYPES;
|
|
|
1392
1393
|
exports.AssetBalanceSchema = AssetBalanceSchema;
|
|
1393
1394
|
exports.AssetSymbolSchema = AssetSymbolSchema;
|
|
1394
1395
|
exports.AvatarContentTypeSchema = AvatarContentTypeSchema;
|
|
1396
|
+
exports.BONUS_ASSET = BONUS_ASSET;
|
|
1395
1397
|
exports.CONTENT_LOCALES = CONTENT_LOCALES;
|
|
1396
1398
|
exports.ChartPeriodSchema = ChartPeriodSchema;
|
|
1397
1399
|
exports.ChartPointSchema = ChartPointSchema;
|