-
Notifications
You must be signed in to change notification settings - Fork 133
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
feat: add frax and zora defaults #613
Conversation
4828332
to
67b8b9f
Compare
[fraxtal.id]: "0x000000000000A53f64b7bcf4Cd59624943C43Fc7", | ||
[fraxtalTestnet.id]: "0x000000000000A53f64b7bcf4Cd59624943C43Fc7", | ||
[zora.id]: "0x000000000000A53f64b7bcf4Cd59624943C43Fc7", | ||
[zoraSepolia.id]: "0x000000000000A53f64b7bcf4Cd59624943C43Fc7", |
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.
are our 4 plugins deployed and available in all these chains? cc: @adam-alchemy
cf1db9f
to
fe0cd08
Compare
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, but we should add a doc that explains how someone might use Zora or Frax. Namely, they will need to set the RPC url in their transport (or for AlchemyClient the rpcUrl
property) to be their backend which should handle splitting traffic to our bundler and their node url of choice.
We'll follow up and add better split traffic support to the alchemy smart account client
site/third-party/bundlers.md
Outdated
|
||
## Zora and Fraxtal | ||
|
||
Using a split Bundler and Node RPC setup is required for Fraxtal, Fraxtal Testnet, Zora, and Zora Sepolia networks since Alchemy currently only supports Account Abstraction endpoints for those networks. |
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.
do we have any suggested 3rd party providers for RPC for theses chains? might be helpful to link out to them here
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.
Good idea, added links
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, maybe add a few RPC providers for each frax and zora?
* feat: add frax and zora defaults * fix: fix imports * refactor: import zora and frax from aa-core * docs: add doc section on zora and frax * docs: add zora and frax rpc docs
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
Focus: Introducing support for Fraxtal, Fraxtal Testnet, Zora, and Zora Sepolia networks in the Alchemy platform.
Detailed summary
fraxtal
,fraxtalTestnet
,zora
, andzoraSepolia
chains