-
Notifications
You must be signed in to change notification settings - Fork 0
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
V2 #16
V2 #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix(gitHub): fix link to GitHub branch
feat(votes): show votes from all dao versions
Feat/native mode only
@@ -43,23 +43,15 @@ const router = createHashRouter([ | |||
const settings = getWeb3Settings() | |||
|
|||
const { chains, provider } = configureChains( | |||
[mainnet, polygon, bsc], | |||
[polygon], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not completely sure it's a good idea to remove other chains from here as the provider for mainnet is used to fetch proposal for example.
Bumps [semver](https://github.com/npm/node-semver) to 7.5.4 and updates ancestor dependency [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli). These dependencies need to be updated together. Updates `semver` from 7.3.5 to 7.5.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.3.5...v7.5.4) Updates `@commitlint/cli` from 14.1.0 to 18.4.4 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.4/@commitlint/cli) --- updated-dependencies: - dependency-name: semver dependency-type: indirect - dependency-name: "@commitlint/cli" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…arn/semver-and-commitlint/cli-7.5.4
Closing this PR as v2 is not the default branch |
This branch will become the default one. multichain will be removed.