Skip to content

Commit fadd8c1

Browse files
authored
chore(protocol-contracts): update governance README (#1403)
1 parent 4188953 commit fadd8c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

protocol-contracts/governance/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ And select `gateway-testnet` network then enter the `GovernanceOAppReceiver` scr
1919
npx hardhat lz:oapp:wire --oapp-config layerzero.config.testnet.ts
2020
```
2121

22-
5/ Verify contracts:
22+
5/ After the Safe and AdminModule have been deployed, run:
23+
```bash
24+
npx hardhat task:setAdminSafeModule --module <ADMIN_MODULE_ADDRESS> --network gateway-testnet
25+
```
26+
27+
6/ Verify contracts:
2328
```bash
2429
pnpm verify:etherscan:ethereum:testnet
2530
pnpm verify:etherscan:gateway:testnet

0 commit comments

Comments
 (0)