diff --git a/.changeset/mean-guests-repair.md b/.changeset/mean-guests-repair.md new file mode 100644 index 0000000000..0d5298baa4 --- /dev/null +++ b/.changeset/mean-guests-repair.md @@ -0,0 +1,5 @@ +--- +'web-nym': patch +--- + +disable profile diff --git a/apps/web-nym/src/chain.json b/apps/web-nym/src/chain.json index e321bafa7a..f6f2ca7b4f 100644 --- a/apps/web-nym/src/chain.json +++ b/apps/web-nym/src/chain.json @@ -3,7 +3,7 @@ "title": "NYM Block Explorer", "extra": { "votingPowerExponent": 6, - "profile": true, + "profile": false, "graphqlWs": false }, "previewImage": "https://s3.bigdipper.live/nym.png",