Skip to content

Commit

Permalink
fix: deployed holesky artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
krogla committed Jan 29, 2025
1 parent aaa0e97 commit 1365a5f
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ upgrade-prod *args:
just _warn "The current `tput bold`chain={{chain}}`tput sgr0` with the following rpc url: $RPC_URL"
ARTIFACTS_DIR=./artifacts/latest/ just _upgrade-prod-confirm {{args}}

cp ./broadcast/{{upgrade_script_path}}.s.sol/`cast chain-id --rpc-url=$RPC_URL`/run-latest.json \
cp ./broadcast/{{upgrade_script_name}}.s.sol/`cast chain-id --rpc-url=$RPC_URL`/run-latest.json \
./artifacts/latest/transactions.json

[confirm("You are about to broadcast upgrade transactions to the network. Are you sure?")]
Expand Down
2 changes: 1 addition & 1 deletion artifacts/holesky/deploy-holesky.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"CCCP": "0x5e30e8958a4361ac7a7C4FcE978FF18f70E915a2",
"CCCPImpl": "0x0442fB2C8607D04D6Ba496Ea8990dA7bd7Ec25fc",
"CCCPImpl": "0x82CFAE30820b4249acD6315C90A4D0a9fEF5A99A",
"ChainId": 17000,
"DeployParams": "0x00000000000000000000000028fab2059c713a7f9d8c86db49f9bb0e96af1ef8636f6d6d756e6974792d6f6e636861696e2d7631000000000000000000000000000000000000000000000000401fd888b5e41113b7c0c47725a742bbc3a083ef000000000000000000000000401fd888b5e41113b7c0c47725a742bbc3a083ef00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000f4240",
"LidoLocator": "0x28FAB2059C713A7F9D8c86Db49f9bb0e96Af1ef8"
Expand Down
Loading

0 comments on commit 1365a5f

Please sign in to comment.