@@ -78,7 +78,7 @@ $ npm install -g @identity.com/gateway-eth-cli
7878$ gateway-eth COMMAND
7979running command...
8080$ gateway-eth (--version)
81- @identity.com/gateway-eth-cli/0.0.10 darwin-arm64 node-v16.17.1
81+ @identity.com/gateway-eth-cli/0.0.11 darwin-arm64 node-v16.17.1
8282$ gateway-eth --help [COMMAND]
8383USAGE
8484 $ gateway-eth COMMAND
@@ -154,7 +154,7 @@ EXAMPLES
154154 $ gateway-eth add-gatekeeper 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
155155```
156156
157- _ See code: [ dist/commands/add-gatekeeper.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/add-gatekeeper.ts ) _
157+ _ See code: [ dist/commands/add-gatekeeper.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/add-gatekeeper.ts ) _
158158
159159## ` gateway-eth add-network-authority ADDRESS `
160160
@@ -207,7 +207,7 @@ EXAMPLES
207207 $ gateway-eth add-network-authority 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
208208```
209209
210- _ See code: [ dist/commands/add-network-authority.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/add-network-authority.ts ) _
210+ _ See code: [ dist/commands/add-network-authority.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/add-network-authority.ts ) _
211211
212212## ` gateway-eth create-gatekeeper-network ID NAME `
213213
@@ -258,7 +258,7 @@ EXAMPLES
258258 $ gateway-eth create-gatekeeper-network <name> <number>
259259```
260260
261- _ See code: [ dist/commands/create-gatekeeper-network.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/create-gatekeeper-network.ts ) _
261+ _ See code: [ dist/commands/create-gatekeeper-network.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/create-gatekeeper-network.ts ) _
262262
263263## ` gateway-eth freeze ADDRESS `
264264
@@ -311,7 +311,7 @@ EXAMPLES
311311 $ gateway-eth freeze 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
312312```
313313
314- _ See code: [ dist/commands/freeze.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/freeze.ts ) _
314+ _ See code: [ dist/commands/freeze.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/freeze.ts ) _
315315
316316## ` gateway-eth get-gatekeeper-network ID `
317317
@@ -348,7 +348,7 @@ EXAMPLES
348348 $ gateway-eth get-gatekeeper-network <number>
349349```
350350
351- _ See code: [ dist/commands/get-gatekeeper-network.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/get-gatekeeper-network.ts ) _
351+ _ See code: [ dist/commands/get-gatekeeper-network.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/get-gatekeeper-network.ts ) _
352352
353353## ` gateway-eth get-token ADDRESS `
354354
@@ -391,7 +391,7 @@ EXAMPLES
391391 $ gateway-eth get 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
392392```
393393
394- _ See code: [ dist/commands/get-token.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/get-token.ts ) _
394+ _ See code: [ dist/commands/get-token.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/get-token.ts ) _
395395
396396## ` gateway-eth help [COMMAND] `
397397
@@ -472,7 +472,7 @@ EXAMPLES
472472 $ gateway-eth issue 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
473473```
474474
475- _ See code: [ dist/commands/issue.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/issue.ts ) _
475+ _ See code: [ dist/commands/issue.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/issue.ts ) _
476476
477477## ` gateway-eth listen ADDRESS `
478478
@@ -512,7 +512,7 @@ EXAMPLES
512512 $ gateway-eth listen 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
513513```
514514
515- _ See code: [ dist/commands/listen.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/listen.ts ) _
515+ _ See code: [ dist/commands/listen.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/listen.ts ) _
516516
517517## ` gateway-eth refresh ADDRESS [EXPIRY] `
518518
@@ -566,7 +566,7 @@ EXAMPLES
566566 $ gateway-eth refresh 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 60 -n 123
567567```
568568
569- _ See code: [ dist/commands/refresh.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/refresh.ts ) _
569+ _ See code: [ dist/commands/refresh.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/refresh.ts ) _
570570
571571## ` gateway-eth remove-gatekeeper ADDRESS `
572572
@@ -619,7 +619,7 @@ EXAMPLES
619619 $ gateway-eth remove-gatekeeper 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
620620```
621621
622- _ See code: [ dist/commands/remove-gatekeeper.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/remove-gatekeeper.ts ) _
622+ _ See code: [ dist/commands/remove-gatekeeper.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/remove-gatekeeper.ts ) _
623623
624624## ` gateway-eth remove-network-authority ADDRESS `
625625
@@ -672,7 +672,7 @@ EXAMPLES
672672 $ gateway-eth remove-network-authority 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
673673```
674674
675- _ See code: [ dist/commands/remove-network-authority.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/remove-network-authority.ts ) _
675+ _ See code: [ dist/commands/remove-network-authority.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/remove-network-authority.ts ) _
676676
677677## ` gateway-eth revoke ADDRESS `
678678
@@ -725,7 +725,7 @@ EXAMPLES
725725 $ gateway-eth revoke 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
726726```
727727
728- _ See code: [ dist/commands/revoke.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/revoke.ts ) _
728+ _ See code: [ dist/commands/revoke.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/revoke.ts ) _
729729
730730## ` gateway-eth unfreeze ADDRESS `
731731
@@ -778,7 +778,7 @@ EXAMPLES
778778 $ gateway-eth unfreeze 0x893F4Be53274353CD3379C87C8fd1cb4f8458F94 -n 123
779779```
780780
781- _ See code: [ dist/commands/unfreeze.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.10 /dist/commands/unfreeze.ts ) _
781+ _ See code: [ dist/commands/unfreeze.ts] ( https://github.com/identity-com/on-chain-identity-gateway/blob/v0.0.11 /dist/commands/unfreeze.ts ) _
782782
783783## ` gateway-eth verify ADDRESS `
784784
0 commit comments