We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4188953 commit fadd8c1Copy full SHA for fadd8c1
protocol-contracts/governance/README.md
@@ -19,7 +19,12 @@ And select `gateway-testnet` network then enter the `GovernanceOAppReceiver` scr
19
npx hardhat lz:oapp:wire --oapp-config layerzero.config.testnet.ts
20
```
21
22
-5/ Verify contracts:
+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:
28
```bash
29
pnpm verify:etherscan:ethereum:testnet
30
pnpm verify:etherscan:gateway:testnet
0 commit comments