Skip to content

Commit

Permalink
fix: add four new cids to denylist (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed May 24, 2022
1 parent 58235ca commit 6dd2c34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/edge-gateway/denylist.json
Expand Up @@ -25,5 +25,17 @@
},
{
"anchor": "85de7463af7e8f39b78b1eef095b9b7c628322bc0676825809aa2b65e3291fdc"
},
{
"anchor": "c16c7e834d9865d7a6433f3dfd51442d8495ae333962c30d4be47c4f83874373"
},
{
"anchor": "89761e16f367ceb50038b9df706785213280b44b84323e0cc37e72a69a5dd0de"
},
{
"anchor": "0fe87e8fddc26f5774419552d054aa722e2890dad649ad0574c818f0af6e236e"
},
{
"anchor": "0869f3b958a6feaa9816a8c7a114f14e27f7e759ecc27e5c1ee72b9fed4dd48b"
}
]
2 changes: 1 addition & 1 deletion packages/edge-gateway/scripts/cli.js
Expand Up @@ -34,7 +34,7 @@ prog
.action(heartbeatCmd)
.command('denylist sync')
.describe('Sync the gateway deny list with various sources.')
.option('--env', 'Wrangler environment to use.', 'dev')
.option('--env', 'Wrangler environment to use.', process.env.ENV)
.action(denylistSyncCmd)
.command('denylist add <cid>')
.describe(
Expand Down

0 comments on commit 6dd2c34

Please sign in to comment.