Skip to content

Commit

Permalink
Enable referenda and treasury spends for hydration, #5265 (#5267)
Browse files Browse the repository at this point in the history
  • Loading branch information
wliyongfeng authored Dec 24, 2024
1 parent 8d3f6a1 commit 9413bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-common/utils/consts/settings/basilisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const basilisk = {
referenda: true,
treasury: {
bounties: false,
spends: true,
},
council: {
archived: true,
Expand Down
2 changes: 2 additions & 0 deletions packages/next-common/utils/consts/settings/hydradx.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ const hydradx = {
multisigApiPrefix: "hydradx",
description: "Making finance efficient, simple and unstoppable.",
modules: mergeChainModules({
referenda: true,
treasury: {
bounties: false,
spends: true,
},
}),
integrations: {
Expand Down

0 comments on commit 9413bb6

Please sign in to comment.