-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: cross chain vote selection (#394)
* test: cross chain vote selection * ref: handle loading state for stateForNetwork * feat: * * feat: improved my votes page * feat: testnet deployment snax chain * feat: snapshot contract update * feat: QA * fix: table * feat: implemented multicall * fix: nominate self mutation * feat: ui fixes * test: fix test * ref: provider url * ref: multicall hook * feat: added chain icon * ref: added return statement * feat: modal prevent leaving without saving * feat: added longpress behaviour to my votes card * feat: added long press button * feat: open vote card when user selects candidate * fix: table * feat: rounded table * feat: updated ci, contracts and abis * ci: implemented new testnet * feat: fix voting * ref: fixing deps * feat: added release governance workflow * fix: reverted gov workflow
- Loading branch information
Showing
68 changed files
with
1,369 additions
and
968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
INFURA_KEY=xxx | ||
WC_PROJECT_ID=xxx | ||
BOARDROOM_KEY=xxx | ||
DEV=true | ||
DEV_RPC_MOTHERSHIP=http://127.0.0.1:19000/ | ||
DEV=false | ||
DEV_RPC_MOTHERSHIP=http://127.0.0.1:19000 | ||
TESTNET=false | ||
CI=true | ||
CI_RPC_MOTHERSHIP=http://127.0.0.1:8545 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.