Closed ChiTimesChi closed 1 month ago
The changes in this pull request introduce support for the "World Chain" within the blockchain configuration. This includes the addition of new environment variables in the .env.example
file, a new empty .chainId
file, and a FastBridge.json
file that outlines the deployment details of a smart contract on the World Chain. Additionally, updates are made to the foundry.toml
file to include RPC endpoints and Etherscan verification for the World Chain.
File Path | Change Summary |
---|---|
packages/contracts-rfq/.env.example | Added environment variables for World Chain: WORLDCHAIN_RPC , WORLDCHAIN_VERIFIER , WORLDCHAIN_VERIFIER_URL , WORLDCHAIN_VERIFIER_KEY . |
packages/contracts-rfq/deployments/worldchain/.chainId | Created a new empty file named .chainId . |
packages/contracts-rfq/deployments/worldchain/FastBridge.json | Added a new file containing deployment details and ABI for the FastBridge smart contract on World Chain. |
packages/contracts-rfq/foundry.toml | Updated with new entries for worldchain in [rpc_endpoints] and [etherscan] sections. |
FastBridgeV2
contract, which is relevant as it enhances transaction handling that may interact with the new World Chain configurations.LandingPageWrapper
to reflect support for the World Chain, directly related to the changes made in the main PR.bridgeMap
and includes new entries for the World Chain, aligning with the main PR's focus on adding World Chain configurations.M-ci
, needs-go-generate-services/rfq
, Sol
In the land of code where rabbits play,
A new chain hops in, brightening the day.
With bridges to cross and roles to bestow,
The World Chain awaits, let the transactions flow! 🐇✨
So gather your keys, let's leap and explore,
A world of new wonders, who could ask for more?
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 34.84723%. Comparing base (
0651118
) to head (e28c085
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Latest commit: |
e28c085
|
Status: | ✅ Deploy successful! |
Preview URL: | https://075233b1.sanguine-fe.pages.dev |
Branch Preview URL: | https://chore-fast-bridge-world-scan.sanguine-fe.pages.dev |
Description A clear and concise description of the features you're adding in this pull request.
Additional context Add any other context about the problem you're solving.
Metadata
Summary by CodeRabbit
New Features
Bug Fixes
Documentation