-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Draft] Retire carbon on base #2370
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
base/components/pages/Home/index.tsx
Outdated
Anchor, | ||
BaseLogo, | ||
LogoWithClaim, | ||
Text, |
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.
@Atmosfearful Hmm, oddly seeing the base build failing locally for me when importing components from @klimadao/lib
. Seems to be throwing a type error in lib/utils/useProvider/index.tsx
on the following - web3state.provider.provider.on("accountsChanged", handleAccountsChanged)
- will investigate further.
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've added a quick hacky 'any' to the web3State types to get the base project building. Will continue investigating the above issue though. Weird it seems to be only triggering on the base branch though and none of the other projects in the monorepo.
This branch is no longer relevant as the POC was merged in #2378 |
WIP