@keyringnetwork/keyring-connect-sdk 2.2.0 → 2.3.0
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.
|
@@ -641,5 +641,50 @@
|
|
|
641
641
|
"Make sure you have logged in",
|
|
642
642
|
"Navigate to the marketplace"
|
|
643
643
|
]
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"id": "tlsn-fireblocks",
|
|
647
|
+
"image": "https://main.cdn.krnprod.net/logos/fireblocks.png",
|
|
648
|
+
"label": "fireblocks",
|
|
649
|
+
"link": "https://console.fireblocks.io",
|
|
650
|
+
"login_url": "https://console.fireblocks.io/login",
|
|
651
|
+
"name": "Fireblocks",
|
|
652
|
+
"proof_sources": [
|
|
653
|
+
{
|
|
654
|
+
"claims": [
|
|
655
|
+
{
|
|
656
|
+
"entity_type": "business",
|
|
657
|
+
"id": "fireblocks_kyb",
|
|
658
|
+
"label": "Account Status Ready",
|
|
659
|
+
"rule_id": "fireblocks_kyb"
|
|
660
|
+
}
|
|
661
|
+
],
|
|
662
|
+
"endpoint": {
|
|
663
|
+
"body": null,
|
|
664
|
+
"data_bounds": null,
|
|
665
|
+
"disclosable_fields": [
|
|
666
|
+
{
|
|
667
|
+
"label": "status",
|
|
668
|
+
"path": "status",
|
|
669
|
+
"key": "kyb_status"
|
|
670
|
+
}
|
|
671
|
+
],
|
|
672
|
+
"required_cookies": null,
|
|
673
|
+
"headers": [
|
|
674
|
+
"x-csrf-token",
|
|
675
|
+
"cookie"
|
|
676
|
+
],
|
|
677
|
+
"method": "GET",
|
|
678
|
+
"url": "https://console-api.fireblocks.io/get_logged_user"
|
|
679
|
+
},
|
|
680
|
+
"id": "tlsn-fireblocks-kyb",
|
|
681
|
+
"label": "KYB from Fireblocks"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"target_url": null,
|
|
685
|
+
"user_actions": [
|
|
686
|
+
"Make sure you have logged in",
|
|
687
|
+
"Navigate to your Dashboard"
|
|
688
|
+
]
|
|
644
689
|
}
|
|
645
690
|
]
|
package/package.json
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keyringnetwork/keyring-connect-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "An SDK for interacting with Keyring Connect browser extension",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "rm -rf dist && pnpm get:datasources && tsc",
|
|
9
|
-
"dev": "pnpm get:datasources && tsc --watch",
|
|
10
|
-
"build_and_publish": "pnpm build && npm publish",
|
|
11
|
-
"get:datasources": "node ../../scripts/parseDatasource.js -o src/constants/datasources.json"
|
|
12
|
-
},
|
|
13
7
|
"files": [
|
|
14
8
|
"dist"
|
|
15
9
|
],
|
|
@@ -17,10 +11,16 @@
|
|
|
17
11
|
"author": "",
|
|
18
12
|
"license": "ISC",
|
|
19
13
|
"dependencies": {
|
|
20
|
-
"@keyringnetwork/contracts-abi": "2.
|
|
14
|
+
"@keyringnetwork/contracts-abi": "2.4.0"
|
|
21
15
|
},
|
|
22
16
|
"devDependencies": {
|
|
23
17
|
"ts-node": "^10.9.2",
|
|
24
18
|
"typescript": "^5.6.3"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"build": "rm -rf dist && pnpm get:datasources && tsc",
|
|
22
|
+
"dev": "pnpm get:datasources && tsc --watch",
|
|
23
|
+
"build_and_publish": "pnpm build && npm publish",
|
|
24
|
+
"get:datasources": "node ../../scripts/parseDatasource.js -o src/constants/datasources.json"
|
|
25
25
|
}
|
|
26
|
-
}
|
|
26
|
+
}
|