Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update snapshot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisbaccour authored Nov 29, 2023
1 parent f2a0ff9 commit 6ada24b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ want to give on your airdrop token per ujuno.
In this case, we want to airdrop 2,6M NOIS to juno chain. This means we want to
airdrop **0.07340892389** unois per ujuno

To calculate the conversion rate you might want to check the total amount of the staked token
```sh
cat juno-8372000-stakers-between-8-and-80K.json | jq '[.[].amount] | add'
```

Once you figure out what conversion rate to apply you can extract the final json file in the token you want to randdrop

```sh
export CONVERSION_RATE=0.07340892389
cat juno-8372000-stakers-between-8-and-80K.json \
Expand Down

0 comments on commit 6ada24b

Please sign in to comment.