Closed okhaimie-dev closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mancala | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 27, 2024 4:12pm |
mancala-pkco | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 27, 2024 4:12pm |
This pull request introduces updates to specific configuration values in two files. In client/dojoConfig.ts
, the masterAddress
and masterPrivateKey
values are changed to new Ethereum addresses. Additionally, in client/src/lib/constants.ts
, the ACTION_ADDRESS
constant is updated to a new Ethereum address, affecting its reference in the POLICIES
array. No other logic or control flow changes are made in either file.
File | Change Summary |
---|---|
client/dojoConfig.ts | Updated masterAddress from "0x02A54eFf65D55a2E7D2fC7E23eF0F0e6030dB0313b16c8F0eaD0b4a83807f6d6" to "0x6f3c5e9f3161c9b2545d8a0a08183df56e6e9adcd04864c31e591b6c8343afe" ; updated masterPrivateKey from "0x0396533b7a1182ef03da483eca82e9dd2b17bee9c7fec07ac6cbbeb8bfd573cb" to "0x503b610edf67c295099d5184f75159e0e9e044940c86db2e10d07595ecc6e3c" . |
client/src/lib/constants.ts | Updated const ACTION_ADDRESS from "0x118a60389f608c67c639f83683a265a22102f2d226c41aa04af65135ff8103e" to "0x4c64651a6efcca1f12b4fbcb5301565126fc12a0c410bc22d98da4d94cf6354" . |
masterAddress
and masterPrivateKey
in the client/dojoConfig.ts
file, directly relating 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?
Summary by CodeRabbit
New Features
masterAddress
andACTION_ADDRESS
to enhance connectivity and functionality within the application.Bug Fixes
POLICIES
array correctly references the updatedACTION_ADDRESS
, maintaining the integrity of game action methods.