Skip to content

Commit

Permalink
feature[setler-cli]: allow kudos to be created outside of kudos network
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Oct 25, 2023
1 parent 35b299b commit 4d1442a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion identity-wallet/setler-cli/src/actions/kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,8 @@ const exec = async (context) => {
break;
}
case "create": {
await gatekeep(context, true, { networks: ["kudos"] });
// await gatekeep(context, true, { networks: ["kudos"] });
await gatekeep(context);

let outData = "";
let creators = [];
Expand Down

2 comments on commit 4d1442a

@vercel
Copy link

@vercel vercel bot commented on 4d1442a Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4d1442a Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ident-agency-net-enola – ./ident-agency/packages/enola

ident-agency-net-enola-loremlabs.vercel.app
ident-agency-net-enola-git-main-loremlabs.vercel.app
ident-agency-net-enola.vercel.app

Please sign in to comment.