@ocap/config 1.13.77 → 1.13.81
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/lib/default.js +10 -1
- package/package.json +6 -6
package/lib/default.js
CHANGED
@@ -45,7 +45,16 @@ module.exports = {
|
|
45
45
|
deltaInterval: 18000,
|
46
46
|
// list transaction protocols that can work with delegation
|
47
47
|
// the transaction protocol must enable VerifyDelegation pipe before added here
|
48
|
-
typeUrls: [
|
48
|
+
typeUrls: [
|
49
|
+
'fg:t:transfer',
|
50
|
+
'fg:t:transfer_v2',
|
51
|
+
'fg:t:exchange_v2',
|
52
|
+
'fg:t:acquire_asset_v2',
|
53
|
+
'fg:t:create_asset',
|
54
|
+
'fg:t:create_factory',
|
55
|
+
'fg:t:create_token',
|
56
|
+
'fg:t:create_rollup',
|
57
|
+
],
|
49
58
|
},
|
50
59
|
supportedTxs: [
|
51
60
|
'fg:t:transfer',
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.13.
|
6
|
+
"version": "1.13.81",
|
7
7
|
"description": "OCAP config parsing/validation and default",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -22,11 +22,11 @@
|
|
22
22
|
"jest": "^27.3.1"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@arcblock/did": "1.13.
|
26
|
-
"@arcblock/did-util": "1.13.
|
27
|
-
"@ocap/util": "1.13.
|
28
|
-
"@ocap/validator": "1.13.
|
25
|
+
"@arcblock/did": "1.13.81",
|
26
|
+
"@arcblock/did-util": "1.13.81",
|
27
|
+
"@ocap/util": "1.13.81",
|
28
|
+
"@ocap/validator": "1.13.81",
|
29
29
|
"lodash": "^4.17.21"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "30dc84516ba83034ddd347bede3b9487e8973cba"
|
32
32
|
}
|