Skip to content

Commit

Permalink
Fix: CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Jun 28, 2024
1 parent b24af9f commit 7fddbd0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-game7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
- name: Install seer
run: go install github.com/moonstream-to/seer@latest

- name: Build interface with seer
run: seer evm generate --package Game7Token --output bindings/Game7Token/Game7Token.go --hardhat web3/artifacts/contracts/Token/Game7Token.sol/Game7Token.json --cli --struct Game7Token
- name: Build ERC20 interface with seer
run: seer evm generate --package ERC20 --output bindings/ERC20/ERC20.go --hardhat web3/artifacts/contracts/token/ERC20.sol/ERC20.json --cli --struct ERC20

- name: Build TokenFaucet interface with seer
run: seer evm generate --package TokenFaucet --output bindings/TokenFaucet/TokenFaucet.go --hardhat web3/artifacts/contracts/faucet/TokenFaucet.sol/TokenFaucet.json --cli --struct TokenFaucet

- name: Build binary for each valid (GOOS, GOARCH) pair
env:
Expand Down

0 comments on commit 7fddbd0

Please sign in to comment.