-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add prebuild script for WalletConnect domain verification #416
Merged
Conversation
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
🦋 Changeset detectedLatest commit: 0412d76 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
DannyDelott
approved these changes
Mar 20, 2024
ryangoree
added a commit
to element-foundation/council-kit
that referenced
this pull request
Mar 21, 2024
* Add Airdrop UI (delvtech#400) Co-authored-by: Ryan Goree <[email protected]> Co-authored-by: Chakravarthy7102 <[email protected]> * Remove custom bigint utils (delvtech#401) * Add ArcadeDAO logo (delvtech#403) * Update Gyroscope link (delvtech#404) * Remove "COMING SOON" under Gyroscope (delvtech#405) * Add terms and privacy links (delvtech#406) * Upgrade all the things (delvtech#407) * Edit top level config * Update tsconfig * Update prettier config * Update eslint config * checkpoint * Update SDK configs * Change typechain to artifacts * Rename typechain folder * Streamline artifacts * Move artifacts script * Remove I interface prefix and redundant interfaces * Refactor prettier, add package back * Update evm packages * Refactor Models progress * Update LockingVault model * Update GSCVault model * Update CachedContract id field to namespace * Checkpoint * Client improvements * Badass evm-client * Fix util type * Fix NamedEventInput type * Fix types * Fix comment * Update viem client * Add calldatas to spellcheck * Use arg types from evm-client * Reorg evm-client, more fixes * Wrap up clients * Huge milestone force commit * Add council-viem implementations * Add council-ethers and reafactors * Reset all app changes * Update packages * Redo CLI * Remove single letter options, upgrade clide, fix all the things * Package progress * Package export management * Checkpoint * Update artifacts script * Remove local evm-client package * Fix option values passed to forked commands. * Re-org src dir * Fix wagmi and query client providers * Update react-tooltip usage * Fix import * Bump evm-client version to fix type resolutions in next.js * Milestone * Details page working * Milestone * Progress * Vaults page progress * Progress * Progress * Progress * Progress * Progress * Progress * Progress * Progress * Progress * Progress * Fix ethers sdk * Progress * Progress * Fix getBulkEnsRecords * Fix examples * Fix type errors * Add test for `getVotingPowerBreakdown` * Remove nonexistent file from tsconfig * streamline pr workflow * Add paths to landing page deploy workflow * Fix file casing * Remove color class from landiing H1 * Remove unnecessary casting to unknown * Fix skeletons * Update packages * Disable council-viem integration test and move into src * Fix voting UI and nav buttons * Remove prop * Remove parcel * Update packages and sdk-starter * Bump all deps * Add changesets and release workflow (delvtech#410) * Update pages workflow and nvm * Add changesets * Fix pages workflow * Set all package versions to 0.0.0 * Fix changeset dep * Init changesets * Add changeset * Fix typo * chore: version packages (delvtech#411) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Add missing `publishConfig` setting to artifacts package.json (delvtech#412) * Add publishConfig to artifacts package.json * Add changeset * chore: version packages (delvtech#413) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * [CLI] Add hardhat to peer deps and handle errors (delvtech#414) * Add hardhat to peer deps * Change command name * Remove hardhat from artifacts * Handle run errors * Handle missing hardhat * Add changesets * chore: version packages (delvtech#415) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Add prebuild script for WalletConnect domain verification (delvtech#416) * Ensure env variables are picked up when used in production * Bump version, add walletconnect.txt * Add prebuild script for walletconnect domain verification * Remove walletconnect.txt * nit formatting * Add changeset * Handle no .env file * chore: version packages (delvtech#417) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Bump rainbowkit, wagmi, viem (delvtech#418) * Remove Voting Power column on GSC voting activity table (delvtech#419) * Remove VP col on GSC voting activity table * Remove non-null assertion * Update tailwind config * Add redirect for / -> /proposals * Add logo * Update proposals page copy * Vaults page copy * Update Voters page copy * Don't support goerli * Fix build * Add meta tags: * Add favicon * Add favicon to head * Add terms of service and privacy policy * refactor hook -> getter * Remove localhost chain id case * Add EGP-16: GSC-5 proposal details (#15) * Fix navigation import paths * Hotfix for `ReadProposal._getExecutedEvents` --------- Co-authored-by: Chakravarthy7102 <[email protected]> Co-authored-by: Danny Delott <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also in here was a patch to the CLI I had sitting on a local branch for a while to ensure env variables are parsed.