Skip to content

Commit

Permalink
adding account files
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 20, 2024
1 parent 0ab7960 commit edb9714
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ contracts/target
contracts/manifest_dev.json
contracts/manifest_dev-pop.json

*.account.json

*.keystore.json
14 changes: 14 additions & 0 deletions contracts/accounts/mainnet.deployer.account.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"variant": {
"type": "argent",
"version": 1,
"owner": "0xf85a01679c483dece9c7be431da35f5d40670b4fafce288fdedecbdfb8b8a5",
"guardian": "0x0"
},
"deployment": {
"status": "deployed",
"class_hash": "0x36078334509b514626504edc9fb252328d1a240e4e948bef8d0c08dff45927f",
"address": "0x4aa593eb99f87dec06e41881035fec158556c1b151197bbf256d6e47c77115d"
}
}
14 changes: 14 additions & 0 deletions contracts/accounts/sepolia.deployer.account.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"variant": {
"type": "argent",
"version": 1,
"owner": "0x143f115e176499b336528a860cbb906f673be05c4db524c679114e6e6a2f77f",
"guardian": "0x0"
},
"deployment": {
"status": "deployed",
"class_hash": "0x36078334509b514626504edc9fb252328d1a240e4e948bef8d0c08dff45927f",
"address": "0xbacdf8ccd3aa527cab838e5ea45e045dbb0e12e2da4434579df99d9233253b"
}
}

0 comments on commit edb9714

Please sign in to comment.