Skip to content

Commit 614f60e

Browse files
committed
add telegram link
1 parent 5301087 commit 614f60e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

release_process.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ This should be done in the following order:
210210
- [mainnet - using the official mainnet factory account](#2-2-using-official-account-on-mainnet)
211211

212212
Assumptions:
213-
- the DAO v3 code will be a snapshot of the code from commit id 596f27a649c5df3310e945a37a41a957492c0322.
213+
- the DAO v3 code will be a snapshot of the code from commit id `596f27a649c5df3310e945a37a41a957492c0322`.
214214

215215
___
216216

@@ -296,7 +296,9 @@ BYTES='cat sputnikdao2/res/sputnikdao2.wasm | base64'
296296
near call amber.sputnik-dao.near store_blob $(eval "$BYTES") --base64 --accountId ctindogaru.near --gas 100000000000000 --amount 10
297297
```
298298

299-
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`.
299+
After running the command from above, you should get the following code hash in return: `GUMFKZP6kdLgy3NjKy1EAkn77AfZFLKkj96VAgjmHXeS`.
300+
301+
If your result differs from `GUMFKZP6kdLgy3NjKy1EAkn77AfZFLKkj96VAgjmHXeS`, **DO NOT** proceed further. Please ask for help in [Telegram](https://t.me/astro_near).
300302

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

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

308310
***5. Approve the proposal.***
309311

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

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

0 commit comments

Comments
 (0)