-
Notifications
You must be signed in to change notification settings - Fork 3
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
release: environment configuration updates #287
Conversation
* debug: node-gyp dependency * debug: restore contracts
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Reviewer's Guide by SourceryThis pull request updates the environment configurations for the smartsale project. Key changes include the addition of usdcContracts and usdtContracts to the 'prod' environment, removal of the 'canary' environment, and modification of the 'test' environment to extend 'prod'. The default environment in the webapp configuration is changed from 'test' to 'dev', and a README.md file is added to document the environment settings. An unused types file is also deleted. File-Level Changes
Tips
|
⚡️ Lighthouse report Page: https://bitlauncher-cynapwqxp-bitcash.vercel.app/
Page: https://bitlauncher-cynapwqxp-bitcash.vercel.app/about
Page: https://bitlauncher-cynapwqxp-bitcash.vercel.app/security
Page: https://bitlauncher-cynapwqxp-bitcash.vercel.app/bitcash-bitlauncher
Page: https://bitlauncher-cynapwqxp-bitcash.vercel.app/blog
Page: https://bitlauncher-cynapwqxp-bitcash.vercel.app/blog/ai
|
* release: environment configuration updates (#287) * debug: vercel install scripts * debug: vercel install scripts * chore: default to dev env * debug: node-gyp dependency (#285) * debug: node-gyp dependency * debug: restore contracts * chore: remove hardhat from bun workspace * chore: update app-env package * chore: update dependencies * chore: use same db in prod and pre-prod environments * chore: use wagmi/[email protected]
Summary by Sourcery
This pull request updates the environment configurations by adding additional USDT and USDC contracts to the production environment, removing the canary environment, and merging its settings into the test environment. It also includes documentation updates for the app-env package and some minor configuration changes in the webapp.