File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " stack-signers"
2+ version : " 1"
3+ description : " Deploys the signers used by the Sequence stack"
4+ depends_on : ["sequence-v2"]
5+
6+ actions :
7+ - name : " payment-signer-dev"
8+ template : " deploy-wallet-v2"
9+ arguments :
10+ implementation : " {{sequence-v2.main-module.address}}"
11+ salt : " 0x5a3d23cc68c09f9b4e48a805f031becde6a3b9ee32a2b2b9ed742a1078e2f7b8"
12+ output : true
13+
14+ - name : " payment-signer-next"
15+ template : " deploy-wallet-v2"
16+ arguments :
17+ implementation : " {{sequence-v2.main-module.address}}"
18+ salt : " 0x83f3b8cedaa13051ca1c926997c7c835797cc4fe3913271b0039fcac1c8fcc95"
19+ output : true
20+
21+ - name : " payment-signer-prod"
22+ template : " deploy-wallet-v2"
23+ arguments :
24+ implementation : " {{sequence-v2.main-module.address}}"
25+ salt : " 0x63ca5e66c37aef85b8a9691efc1b3cc98e8f013f98922e95ffba6fe6fa087200"
26+ output : true
You can’t perform that action at this time.
0 commit comments