We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed6bcf commit bbde6daCopy full SHA for bbde6da
.github/workflows/devnet_deploy_contracts.yml
@@ -1,4 +1,4 @@
1
-name: Deploy devnet contracts
+name: Deploy Devnet contracts
2
3
on: workflow_dispatch
4
@@ -22,9 +22,16 @@ jobs:
22
cd hardhat
23
npm ci
24
doppler run -- npx hardhat deploy --network devnet
25
-
+ cd ..
26
+
27
+ - name: Generate Go bindings
28
+ run: |
29
+ ./stack go-bindings
30
31
- name: Commit and push
32
run: |
- git add .
33
+ git add pkg/web3/bindings
34
+ git add hardhat/deployments
35
+ git add hardhat/.openzeppelin
36
git commit -m "chore: Contract Migration Updated"
37
git push
0 commit comments