emblem-vault-sdk 1.9.19 → 1.9.21
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/bundle.js +592 -584
- package/dist/index.js +1 -1
- package/dist/utils.js +1 -1
- package/docs/bundle.js +592 -584
- package/package.json +1 -1
- package/src/utils.ts +1 -1
package/package.json
CHANGED
package/src/utils.ts
CHANGED
|
@@ -296,7 +296,7 @@ export function generateTemplate(record: any) {
|
|
|
296
296
|
}
|
|
297
297
|
} else if (recordName == "Bitcoin DeGods") {
|
|
298
298
|
allowed = firstAsset.coin == "ordinalsbtc" && firstAsset.balance == 1 && firstAsset.project == "DeGods"
|
|
299
|
-
} else if (recordName == "dot_id" || recordName == "dot_bit") {
|
|
299
|
+
} else if (recordName == "dot_id" || recordName == "dot_bit" || recordName == "Twitter Eggs" || recordName == "Blockhead" || recordName == "punycodes") {
|
|
300
300
|
data = _this.filterNativeBalances({balances: data}, _this)
|
|
301
301
|
allowed = data[0].project == recordName
|
|
302
302
|
} else if (PROJECTS_DATA.includes(recordName)) { // XCP
|