Skip to content

Commit

Permalink
fix: ignition module
Browse files Browse the repository at this point in the history
  • Loading branch information
bl0up committed May 27, 2024
1 parent 1e00a67 commit 6fe940c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
tags:
- "v*"
- 'v*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
docker-image-name: solidity-token-erc20
runs-on: solidity-token-erc20
ignition-module: "ignition/modules/GenericERC20.ts"
subgraph-contract-address-key: "GenericERC20Module#GenericERC20"
docker-image-name: solidity-token-erc20-metatx
runs-on: solidity-token-erc20-metatx
ignition-module: 'ignition/modules/GenericTokenMeta.ts'
subgraph-contract-address-key: 'GenericTokenMetaModule#GenericTokenMeta'
29 changes: 21 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
node_modules
.env

# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

# Compiler files
cache/
cache_forge/
out/

# Ignores development broadcast logs
Expand All @@ -14,12 +32,7 @@ docs/
.env

# Subgraphs
deployment.txt
deployment-anvil.txt
subgraph/subgraph.config.json
subgraph/node_modules
subgraph/generated
subgraph/build
node_modules
generated
build

.pnpm
File renamed without changes.

0 comments on commit 6fe940c

Please sign in to comment.