Closed bitcoinbrisbane closed 2 months ago
The changes involve updates to various files related to the "Farm" smart contract within a blockchain deployment. Key modifications include the replacement of Ethereum addresses associated with the "Farm" entity, updates to deployment parameters, and the introduction of a new script for setting up a farm and pool. These updates ensure that the smart contract references are current and facilitate the deployment process.
File Path | Change Summary |
---|---|
README.md |
Updated Ethereum address for entity Farm from 0x24A969... to 0x62A97E... . |
ignition/deployments/chain-8453/artifacts/FarmModule#Farm.dbg.json |
Updated buildInfo identifier from 4492738151... to cdb45b8cce... . |
ignition/deployments/chain-8453/deployed_addresses.json |
Updated address for FarmModule#Farm from 0x24A969... to 0x62A97E... . |
ignition/deployments/chain-8453/journal.jsonl |
Updated constructor arguments, transaction fees, transaction hash, and contract address for Farm . |
ignition/modules/Farm.ts |
Updated CHAOS_ADDRESS constant from 0xCb69EA... to 0xf901F4... . |
scripts/setupFarmAndPool.ts |
Introduced a new script for setting up a farm and pool with defined constants and ABI functions. |
README.md
file in this PR also updates the address associated with the "Farm" entity, similar to the main PR's change of the Ethereum address for the "Farm" entry.SC
🐰 In the fields where the contracts grow,
A new address now steals the show.
With scripts to set up, oh what a delight,
The Farm is ready, shining so bright!
Hops and jumps in the blockchain's dance,
Let's celebrate this smart contract chance! 🌱✨
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
Bug Fixes
Documentation
README.md
to reflect the new Ethereum address for the "Farm" entity.Chores