Skip to content

Commit

Permalink
JSON formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt committed Apr 4, 2024
1 parent e3db3d7 commit a43c24e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions chain_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@
"governance": {
"upgradeSafe": "0xf36b9f50E59870A24F42F9Ba43b2aD0A4b8f2F51",
"deploymentSafe": "0x8E5DE7118a596E99B0563D3022039c11927f4827",
"pause": "0x1CeC01DC0fFEE5eB5aF47DbEc1809F2A7c601C30",
"pause": "0x1CeC01DC0fFEE5eB5aF47DbEc1809F2A7c601C30"
},
"deployment": {
"deployer": "0x00000000000004533Fe15556B1E086BB1A72cEae",
}
"deployer": "0x00000000000004533Fe15556B1E086BB1A72cEae"
},
"etherscanApi": "https://api-sepolia-optimism.etherscan.io/api",
"uniV3": {
"factory": "0x0000000000000000000000000000000000000000",
Expand Down
4 changes: 2 additions & 2 deletions sh/deploy_new_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ echo 'Add the following to your chain_config.json' >&2
echo '"governance": {' >&2
echo ' "upgradeSafe": "'"$upgrade_safe"'",' >&2
echo ' "deploymentSafe": "'"$deployment_safe"'",' >&2
echo ' "pause": "'"$ice_cold_coffee"'",' >&2
echo ' "pause": "'"$ice_cold_coffee"'"' >&2
echo '},' >&2
echo '"deployment": {' >&2
echo ' "deployer": "'"$deployer_proxy"'",' >&2
echo ' "deployer": "'"$deployer_proxy"'"' >&2
echo '}' >&2

0 comments on commit a43c24e

Please sign in to comment.