Skip to content

Commit

Permalink
claim gas for strategist (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dusmart authored Nov 22, 2022
1 parent cbfe0da commit c9a6881
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/EXEC-20221122.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: EXEC-20221122
on: workflow_dispatch
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Submit Execution
run: echo ${{ secrets.CONFIG_MAINNET }} | dotnet run --project LibWallet
env:
WIF: ${{ secrets.TEEWIF }}
RPC: https://n3seed2.ngd.network:10332
SCRIPT: 0b100c142a4c9a4d4022678b03ef1bbe0834f966460dc4480c141f7762d7980b1d07c494716b6b503146640b458214c01f0c087472616e736665720c142a4c9a4d4022678b03ef1bbe0834f966460dc44841627d5b52

0 comments on commit c9a6881

Please sign in to comment.