Skip to content

Commit 1c2ff29

Browse files
committed
chore(deploy): update deployment artifacts and network scripts
1 parent c60b912 commit 1c2ff29

17 files changed

Lines changed: 794 additions & 572 deletions

client/config/deployments.auto.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* This file is automatically updated when contracts are deployed.
55
* It contains the latest factory addresses and V2 chain detection.
66
*
7-
* Generated by: contracts/script/DeployLocal.s.sol
8-
* Last updated: 1763271555
9-
* Chain ID: 31337 (Local Development)
7+
* Generated by: contracts/script/Deploy.s.sol
8+
* Last updated: 1770876020
9+
* Chain ID: 42161
1010
*/
1111

1212
export interface DeploymentInfo {
@@ -20,13 +20,13 @@ export interface DeploymentInfo {
2020

2121
// Auto-generated deployment registry
2222
export const DEPLOYMENTS: Record<number, DeploymentInfo> = {
23-
// Local Development (Anvil)
24-
31337: {
25-
chainId: 31337,
26-
factoryAddress: "0xA9c1996F2F49CA643C44f92de5D2e86d9CB0aC3C",
23+
// Auto-generated deployment (latest)
24+
42161: {
25+
chainId: 42161,
26+
factoryAddress: "0xfe367D31d181D305dcF5AAaa345a70A65c345153",
2727
isV2: true,
28-
blockNumber: 0,
29-
timestamp: 1763271555
28+
blockNumber: 24438765,
29+
timestamp: 1770876020
3030
},
3131

3232
// Legacy V1 deployments (manually maintained)
@@ -69,6 +69,6 @@ export function getDeploymentInfo(chainId: number): DeploymentInfo | undefined {
6969
}
7070

7171
// Generation metadata
72-
export const GENERATED_AT = "1763271555"
73-
export const GENERATOR = "Cookie Jar Local Development System v2.0"
74-
export const DEPLOYED_CHAIN = 31337
72+
export const GENERATED_AT = "1770876020"
73+
export const GENERATOR = "Cookie Jar Deployment System v2.0"
74+
export const DEPLOYED_CHAIN = 42161

contracts/broadcast/Deploy.s.sol/11155111/run-1770866445195.json

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-1770866561557.json

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-1770873693262.json

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-1770873716484.json

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-1770873811008.json

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-1770874238107.json

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-1770874582416.json

Lines changed: 54 additions & 0 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/11155111/run-latest.json

Lines changed: 26 additions & 359 deletions
Large diffs are not rendered by default.

contracts/broadcast/Deploy.s.sol/42161/run-1770868136250.json

Lines changed: 94 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)