Skip to content

Commit

Permalink
Add HIP 101, 102, 104 for votes. (#102)
Browse files Browse the repository at this point in the history
* add HIP 101, 102, 104
* Add IOT proposals to workflow
* Update tags
  • Loading branch information
abhay authored Jan 18, 2024
1 parent 067eca0 commit 8b6044f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
--wallet ./deploy-keypair.json \
--orgName "Helium MOBILE" \
--multisig ${{ secrets.MULTISIG }}
- name: Run Bulk Create Iot Proposals
run: |
./node_modules/.bin/ts-node ./bin/helium-vote.ts bulk-create-proposal \
-u "https://solana-rpc.web.helium.io?session-key=Pluto" \
--file ./iot-proposals.json \
--wallet ./deploy-keypair.json \
--orgName "Helium IOT" \
--multisig ${{ secrets.MULTISIG }}
22 changes: 22 additions & 0 deletions iot-proposals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"name": "HIP 102: Helium Educational LNS - Unrewarded Trial Network",
"uri": "https://gist.githubusercontent.com/hiptron/674e35caa54d0f7782b60c752b885050/raw/0acbc4559ee56f335d85a8833fb904c9a88901c8/HIP-102-Vote-Summary.md",
"maxChoicesPerVoter": 1,
"tags": ["HIP", "Economic"],
"choices": [
{ "uri": null, "name": "For HIP 102" },
{ "uri": null, "name": "Against HIP 102" }
]
},
{
"name": "HIP 104: Finetune HIP-17 Parameters to Tackle Density",
"uri": "https://gist.githubusercontent.com/hiptron/271e6f63bb09abddcfd7fb8e7328207e/raw/3012775fbc37257918f8b3c9493788eadac0f0ed/HIP-104-Vote-Summary.md",
"maxChoicesPerVoter": 1,
"tags": ["HIP", "Technical"],
"choices": [
{ "uri": null, "name": "For HIP 104" },
{ "uri": null, "name": "Against HIP 104" }
]
}
]
10 changes: 10 additions & 0 deletions mobile-proposals.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,15 @@
{ "uri": null, "name": "KΞ7IN" },
{ "uri": null, "name": "greenz" }
]
},
{
"name": "HIP 101: Equalizing POC Rewards Across Wi-Fi and CBRS",
"uri": "https://gist.githubusercontent.com/hiptron/76282421adf03eeaa1d48d2bf3cb9656/raw/1b169fc7dcf68d9f117b63ccc74d0c00ae623a3e/HIP-101-Vote-Summary.md",
"maxChoicesPerVoter": 5,
"tags": ["HIP", "Economic", "Technical"],
"choices": [
{ "uri": null, "name": "For HIP 101" },
{ "uri": null, "name": "Against HIP 101" }
]
}
]

0 comments on commit 8b6044f

Please sign in to comment.