File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55Monorepo that houses the Meta-DAO's programs. A description of these programs
66and what they do can be found at [ themetadao.org] ( https://themetadao.org ) .
77
8+ ## Deployments
9+
10+ | program | tag | program ID |
11+ | ----- | ---- | ------- | ------------------------------------------- |
12+ | autocrat_v0 | v0 | meta3cxKzFBmWYgCVozmvCQAS3y9b3fGxrG9HkHL7Wi |
13+ | conditional_vault | v0 | vaU1tVLj8RFk7mNj1BxqgAsMKKaL8UvEUHvU3tdbZPe |
14+
15+ All programs are immutable and verifiable, and have been verified with the OtterSec API.
Original file line number Diff line number Diff line change 33
44# build-verifiable autocrat_v0
55build-verifiable PROGRAM_NAME :
6- solana-verify build --library-name {{ PROGRAM_NAME }} -b ellipsislabs/ solana:1.14.20 --bpf
6+ solana-verify build --library-name {{ PROGRAM_NAME }} -b ellipsislabs/ solana:1.16.10
7+
8+ deploy PROGRAM_NAME CLUSTER :
9+ solana program deploy -u {{ CLUSTER }} --program-id ./ target/ deploy/ {{ PROGRAM_NAME }} -keypair.json ./ target/ deploy/ {{ PROGRAM_NAME }} .so --final
710
811upgrade PROGRAM_NAME PROGRAM_ID CLUSTER :
912 anchor upgrade ./ target/ deploy/ {{ PROGRAM_NAME }} .so -p {{ PROGRAM_ID }} --provider.cluster {{ CLUSTER }}
You can’t perform that action at this time.
0 commit comments