Closed MantisClone closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The changes involve updates to the .env.example
, README.md
, utils/connectWallet.ts
, and utils/initializeRN.ts
files. Key modifications include the addition of new RPC URLs and payment subgraph URLs for various blockchain networks, a reorganization of environment variable declarations, and the introduction of fallback mechanisms for payment subgraph URLs. The documentation reflects these updates by altering the status of certain environment variables from required to not required.
Files | Change Summary |
---|---|
.env.example , README.md |
Updated environment variable declarations for RPC URLs and payment subgraphs, with new entries added and existing ones commented out. The status of several variables changed from required (✅) to not required (❌). |
utils/connectWallet.ts |
Expanded the onboardConfig object to include new blockchain networks (Arbitrum One, Avalanche, Base, etc.) and replaced the existing Polygon entry with xDai. |
utils/initializeRN.ts |
Enhanced the initializeRequestNetwork function to include fallback URLs for payment subgraph URLs, ensuring functionality even when environment variables are not set. |
.env.example
file, including the addition of new RPC URLs and payment subgraph URLs, which directly relate to the updates made in the main PR.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?
Merge #50 before this Towards https://github.com/RequestNetwork/private-issues/issues/89
Changes
Summary by CodeRabbit
Summary by CodeRabbit
New Features
Documentation
Bug Fixes