From 13e3ff8dccecbf63545d942ba938cbc94ae0d15c Mon Sep 17 00:00:00 2001 From: Magic Cat <37407870+MonikaCat@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:02:11 +0700 Subject: [PATCH] fix: disable profile [web-nym] (#1313) ## Description Closes: #XXXX Disable profiles to fix the account page loading issue --- ### Author Checklist _All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues._ I have... - [x] ran linting via `yarn lint` - [x] wrote tests where necessary - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed - [x] added a changeset via [`yarn && yarn changeset`](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) --- .changeset/mean-guests-repair.md | 5 +++++ apps/web-nym/src/chain.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/mean-guests-repair.md 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",