We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a216c21 commit f43572cCopy full SHA for f43572c
1 file changed
.github/workflows/create-proposals.yaml
@@ -48,7 +48,7 @@ jobs:
48
if: github.ref == 'refs/heads/main'
49
run: |
50
./node_modules/.bin/ts-node ./bin/helium-vote.ts bulk-create-proposal \
51
- -u "https://solana-rpc.web.helium.io?session-key=Pluto" \
+ -u "https://solana-rpc.web.helium.io" \
52
--file ./mobile-proposals.json \
53
--wallet ./deploy-keypair.json \
54
--orgName "Helium MOBILE" \
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
--file ./iot-proposals.json \
63
64
--orgName "Helium IOT" \
0 commit comments