Skip to content

Commit

Permalink
Disable identity, #925
Browse files Browse the repository at this point in the history
  • Loading branch information
wliyongfeng committed Nov 6, 2024
1 parent baa438d commit 9a6c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/utils/consts/chains/laos.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const laos = {
nodes,
useOnChainBlockData: true,
modules: {
identity: true,
identity: false,
},
};

Expand Down

0 comments on commit 9a6c9ca

Please sign in to comment.