Skip to content

Commit

Permalink
add new treasury address
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Jun 24, 2024
1 parent b3b1af9 commit f555f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ upgrade-emission-manager-testnet:
forge script script/1.2.0/UpgradeEmissionManager.s.sol --legacy --rpc-url testnet

upgrade-emission-manager-MAINNET:
forge script script/1.2.0/UpgradeEmissionManager.s.sol --legacy --rpc-url mainnet
forge script script/1.2.0/UpgradeEmissionManager.s.sol --rpc-url mainnet
2 changes: 1 addition & 1 deletion script/1.2.0/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"1": {
"emissionManagerProxy": "0xbC9f74b3b14f460a6c47dCdDFd17411cBc7b6c53",
"emProxyAdmin": "0xEBea33f2c92D03556b417F4F572B2FbbE62C39c3",
"treasury": "TBD"
"treasury": "0x86380e136A3AaD5677A210Ad02713694c4E6a5b9"
},
"11155111": {
"emissionManagerProxy": "0x20393fF3B3C38b72a16eB7d7A474cd38ABD8Ff27",
Expand Down

0 comments on commit f555f12

Please sign in to comment.