@ocap/config 1.18.33 → 1.18.35
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 +6 -6
- package/package.json +6 -6
package/lib/default.js
CHANGED
@@ -28,10 +28,10 @@ module.exports = {
|
|
28
28
|
'fg:t:update_rollup': 1691,
|
29
29
|
'fg:t:pause_rollup': 1691,
|
30
30
|
'fg:t:resume_rollup': 1691,
|
31
|
+
'fg:t:close_rollup': 1691,
|
31
32
|
'fg:t:join_rollup': 1691,
|
32
33
|
'fg:t:leave_rollup': 1691,
|
33
|
-
'fg:t:
|
34
|
-
'fg:t:migrate_rollup_token': 1691,
|
34
|
+
'fg:t:migrate_rollup': 1691,
|
35
35
|
'fg:t:create_rollup_block': 4096,
|
36
36
|
'fg:t:claim_block_reward': 1691,
|
37
37
|
},
|
@@ -92,12 +92,12 @@ module.exports = {
|
|
92
92
|
'fg:t:create_rollup',
|
93
93
|
'fg:t:update_rollup',
|
94
94
|
'fg:t:pause_rollup',
|
95
|
+
'fg:t:close_rollup',
|
95
96
|
'fg:t:resume_rollup',
|
96
97
|
'fg:t:join_rollup',
|
97
98
|
'fg:t:leave_rollup',
|
98
99
|
'fg:t:create_rollup_block',
|
99
|
-
'fg:t:
|
100
|
-
'fg:t:migrate_rollup_token',
|
100
|
+
'fg:t:migrate_rollup',
|
101
101
|
'fg:t:claim_block_reward',
|
102
102
|
],
|
103
103
|
multiSignV2Txs: [
|
@@ -109,11 +109,11 @@ module.exports = {
|
|
109
109
|
'fg:t:update_rollup',
|
110
110
|
'fg:t:pause_rollup',
|
111
111
|
'fg:t:resume_rollup',
|
112
|
+
'fg:t:close_rollup',
|
112
113
|
'fg:t:deposit_token_v2',
|
113
114
|
'fg:t:withdraw_token_v2',
|
114
115
|
'fg:t:create_rollup_block',
|
115
|
-
'fg:t:
|
116
|
-
'fg:t:migrate_rollup_token',
|
116
|
+
'fg:t:migrate_rollup',
|
117
117
|
'fg:t:claim_block_reward',
|
118
118
|
'fg:t:create_asset',
|
119
119
|
],
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.18.
|
6
|
+
"version": "1.18.35",
|
7
7
|
"description": "OCAP config parsing/validation and default",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -25,11 +25,11 @@
|
|
25
25
|
"jest": "^27.5.1"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@arcblock/did": "1.18.
|
29
|
-
"@arcblock/did-util": "1.18.
|
30
|
-
"@arcblock/validator": "1.18.
|
31
|
-
"@ocap/util": "1.18.
|
28
|
+
"@arcblock/did": "1.18.35",
|
29
|
+
"@arcblock/did-util": "1.18.35",
|
30
|
+
"@arcblock/validator": "1.18.35",
|
31
|
+
"@ocap/util": "1.18.35",
|
32
32
|
"lodash": "^4.17.21"
|
33
33
|
},
|
34
|
-
"gitHead": "
|
34
|
+
"gitHead": "21178573bd44a1fb3a3a71f21bb8e81433322a69"
|
35
35
|
}
|