makerdao / spells-mainnet

Staging repo for MakerDAO weekly executive spells
GNU Affero General Public License v3.0
120 stars 47 forks source link

PE-1184: 2023-02-03 Governance Spell #311

Closed godsflaw closed 1 year ago

godsflaw commented 1 year ago

Description

Contribution Checklist

Checklist

godsflaw commented 1 year ago

Went with the default value of 0.1 ETH for make fund-pause-proxy on mainnet. This is a foot shooting prevention measure. I will run this locally with 0.5ether though.`

This is in simulation:

$ make fund-pause-proxy
./scripts/fund-pause-proxy.sh
Pause Proxy ETH balance (wei) before Bombshell: 0
Deploying Bombshell with 0.1ether...
Bombshell located at: 0x2EDf0b73aD9a114a42C792622021E2d2a47E6192
    https://etherscan.io/address/0x2EDf0b73aD9a114a42C792622021E2d2a47E6192
Pause Proxy ETH balance (wei) after Bombshell: 100000000000000000
$ bc
>>> scale=18
>>> 100000000000000000/10^18
.100000000000000000
>>>

on mainnet:

$ make fund-pause-proxy
./scripts/fund-pause-proxy.sh
Pause Proxy ETH balance (wei) before Bombshell: 0
Deploying Bombshell with 0.5ether...
Bombshell located at: 0x2EDf0b73aD9a114a42C792622021E2d2a47E6192
    https://etherscan.io/address/0x2EDf0b73aD9a114a42C792622021E2d2a47E6192
Pause Proxy ETH balance (wei) after Bombshell: 500000000000000000
$ bc
>>> scale=18
>>> 500000000000000000/10^18
.500000000000000000
>>>

Pause Proxy Balance: https://etherscan.io/address/0xBE8E3e3618f7474F8cB1d074A26afFef007E98FB