Closed happylolonly closed 1 week ago
@happylolonly is attempting to deploy a commit to the Alles Labs Team on Vercel.
A member of the Team first needs to authorize it.
[!CAUTION]
Review failed
The pull request is closed.
This pull request introduces new environment variables in the .env
file, updates the package.json
to include a new development dependency, and modifies the devChainConfigs
in src/config/chain/devChainConfigs.ts
to reflect a new blockchain configuration. The changes include a switch from "localinitia" to "bostrom" for various parameters, feature toggles, and adjustments to gas limits and fees.
File | Change Summary |
---|---|
.env | Added NEXT_PUBLIC_DUMMY_MNEMONIC="your mnemonic here" and NEXT_PUBLIC_SUPPORTED_CHAIN_IDS=bostrom . |
package.json | Added "pnpm": "^9.12.3" to devDependencies and updated packageManager to "pnpm@9.10.0" . |
src/config/chain/devChainConfigs.ts | Updated devChainConfigs to change configuration from "localinitia" to "bostrom", modifying various fields and toggling features. |
README.md
file regarding the environment variable NEXT_PUBLIC_SUPPORTED_CHAIN_IDS
and the introduction of a new variable are directly related to the main PR's addition of NEXT_PUBLIC_SUPPORTED_CHAIN_IDS=bostrom
in the .env
file.In the meadow where the code does bloom,
New variables sprout, dispelling the gloom.
Withbostrom
now shining, our chains intertwine,
A hop and a skip, all systems align!
Dependencies added, our tools are in play,
Let's leap into action, it's a bright coding day! 🐇✨
[!WARNING] There were issues while running the following tools:
🔧 eslint
src/config/chain/devChainConfigs.ts
Oops! Something went wrong! :( ESLint: 8.57.1 TypeError: prettier.resolveConfig is not a function at /node_modules/.pnpm/eslint-plugin-prettier@5.2.1_@types+eslint@9.6.1_eslint-config-prettier@9.1.0_eslint@8.57.1___elyrbpzx3r4rlmvxsrqnjovc4m/node_modules/eslint-plugin-prettier/worker.js:40:24
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?
Summary by CodeRabbit
New Features
Chores
pnpm
as a development dependency and updated the package manager version.