Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng committed Oct 18, 2024
1 parent 4d88365 commit 3af133d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/packages/backend/src/scripts/spaces/permanencedao.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const config = {
symbol: "DOT",
decimals: 10,
accessibility: Accessibility.WHITELIST,
whitelist: [],
whitelist: [
// list addresses here to give them access to the space
],
networks: [
{
network: networks.polkadot,
Expand Down

0 comments on commit 3af133d

Please sign in to comment.