-
Notifications
You must be signed in to change notification settings - Fork 504
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
[Tutorial]: Migrate <Pay/> component to <Checkout/> #1208
Closed
Closed
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@hughescoin is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
🟡 Heimdall Review Status
|
* discount code temp * comments * BE: Proof of concept * mark/increment code as consumed * bad code * bad code * dry it up * remove test code * cleanup and fix * suspense * undo change * refactor: use internal transaction/capacities hooks for registration flow * refetch basename * fix: wrong name being used when reverseRecord is false * prefetch * ssr code instead of search params * add banner & code
* use correct chain * use dynamic chain
* updated farcaster social link * remove link utm
* Catch up to #1089 * Fix useAggregatedDiscountValidators * Fix unused var * PR fixes * add mainnet address
* convert basenames claim frame to open frame * revert changes to FrameTheme * removing unused imports
* Fix coupon code discount priority + talent protocol discount * Add talent protocol css classes
* Update terms-of-service.md * Update terms-of-service.md
* Add addresses for Fault Proof contracts on Mainnet L1 Similar to #656, but for mainnet. * Update apps/base-docs/docs/building-with-base/base-contracts.md Co-authored-by: Alexis Williams <[email protected]> --------- Co-authored-by: Alexis Williams <[email protected]>
* Update Fault Proof contract addresses for Sepolia Post-Granite, new implementation contracts were deployed, but their new addresses were not reflected in the docs. It is quite simple to independently verify. The `DisputeGameFactoryProxy` should not have changed. Staring with the game implementations, simply call the read method, `gameImpls(uint32)`, to get the implementation for game type 0 (`FaultDisputeGame`), and 1 (`PermissionedDisputeGame`). From those addresses, you can then call the game implementations to get the `MIPS` / VM (`vm()`), and `DelayedWETHProxy` (`weth()`) addresses. Sample command: cast call --rpc-url <ETH Sepolia RPC URL> 0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1 "gameImpls(uint32)" 0 The `AnchorStateRegistryProxy` should remain unchanged as well. * Update apps/base-docs/docs/building-with-base/base-contracts.md Co-authored-by: Alexis Williams <[email protected]> --------- Co-authored-by: Alexis Williams <[email protected]>
* dynamically import three js libraries * move all models to models file * smarter import * specific import * dynamic import of rigidbody * better loading / color / comments
* feat: basename search view profile for name if registered * better responsive stlying
Bumps [next](https://github.com/vercel/next.js) from 12.2.3 to 14.2.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v12.2.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* bump ock version w dropdown fix * reset * BaseName -> Basename * rename imports * reset * fix
* github action: check for large files * fix action * comment setup * fix file checker
* IPFS + Cloudinary integration * faster proxy * lint * mb feedback
* add address, attestations and hooks for testnet * around the world
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.
What changed? Why?
Notes to reviewers
How has it been tested?