Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Govern] Supports off-chain governance link #289

Open
aggre opened this issue Jan 17, 2022 · 0 comments
Open

[Govern] Supports off-chain governance link #289

aggre opened this issue Jan 17, 2022 · 0 comments

Comments

@aggre
Copy link
Member

aggre commented Jan 17, 2022

The current governance list only supports on-chain governance.

However, off-chain governance using Discord and forums have also been held recently.

I think the fact that they are not listed in governance makes it a bit opaque to the community.

I think it would be nice if Govern lists supported more structures than just contract addresses, such as:

type OffChainGovernance = {
	title: string,
	url: string
}

export const proposals: Array<string | OffChainGovernance> = [
	{
		title: 'Proposal title',
		url: 'https://foo.bar...'
	},
	'0x94506b9ab0a7a34e03b481f26b123201b798ea89',
	'0xef2dc3AaADCE76CcC49299A4f7eB36606Dd95C97',
	'0x0664B71Ab485dda55f1DC895C9e858E50d5E5584',
	'0xB78c2F61501C858D6eeF78AFCe3f11a0a31DcEcC',
	'0x6c38f1556AeAC49ACFEAD034a08F4c2E7F255956',
]

https://github.com/dev-protocol/govern/blob/86a569a7209e45983f70cbbfd20bc0cc0288126e/src/constant/contracts.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant