@ocap/proto 1.16.7 → 1.16.10
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/index.d.ts +1 -1
- package/lib/proto.d.ts +3 -0
- package/lib/provider.d.ts +2 -0
- package/lib/provider.js +1 -0
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
package/lib/proto.d.ts
ADDED
package/lib/provider.js
CHANGED
|
@@ -205,6 +205,7 @@ module.exports = function createProvider(proto, json, urls = {}) {
|
|
|
205
205
|
'ClaimBlockRewardTx',
|
|
206
206
|
'MigrateRollupContractTx',
|
|
207
207
|
'MigrateRollupTokenTx',
|
|
208
|
+
'CreateAssetTx',
|
|
208
209
|
].filter((x) => enums.SupportedTxs.includes(x)),
|
|
209
210
|
|
|
210
211
|
stakes: enums.SupportedStakes,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/proto",
|
|
3
3
|
"description": "Static modules generated from forge-sdk protobuf files",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.10",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"debug": "^4.3.3",
|
|
48
48
|
"lodash": "^4.17.21"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "af4399f2194e20eb83e14dbd3d946cb18eaa0879"
|
|
51
51
|
}
|