Skip to content

Commit

Permalink
add telegram link
Browse files Browse the repository at this point in the history
  • Loading branch information
ctindogaru committed Feb 4, 2022
1 parent 5301087 commit 247dbcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ BYTES='cat sputnikdao2/res/sputnikdao2.wasm | base64'
near call amber.sputnik-dao.near store_blob $(eval "$BYTES") --base64 --accountId ctindogaru.near --gas 100000000000000 --amount 10
```

After running the command from above, you should get the following code hash in return: `GUMFKZP6kdLgy3NjKy1EAkn77AfZFLKkj96VAgjmHXeS`. If your result differs from `GUMFKZP6kdLgy3NjKy1EAkn77AfZFLKkj96VAgjmHXeS`, do not proceed further as you could harm your DAO. Ask for help on the telegram group: `SputnikDAO v2.0`.
After running the command from above, you should get the following code hash in return: `GUMFKZP6kdLgy3NjKy1EAkn77AfZFLKkj96VAgjmHXeS`.

If your result differs from `GUMFKZP6kdLgy3NjKy1EAkn77AfZFLKkj96VAgjmHXeS`, **DO NOT** proceed further. Please ask for help in [Telegram](https://t.me/astro_near).

***4. Create an upgrade proposal for your DAO.***

Expand All @@ -307,7 +309,7 @@ near call amber.sputnik-dao.near add_proposal '{"proposal": {"description": "Upg

***5. Approve the proposal.***

Everyone from the DAO should go to `https://app.astrodao.com/dao/amber.sputnik-dao.near/proposals` and approve the proposal.
Everyone from the DAO should go to https://app.astrodao.com/dao/amber.sputnik-dao.near/proposals and approve the proposal.

***6. Once the proposal get approved, the upgrade will take place.***

Expand Down

0 comments on commit 247dbcf

Please sign in to comment.