Skip to content

Commit

Permalink
Merge pull request #20 from semiotic-ai/gh-cli-change
Browse files Browse the repository at this point in the history
Fix contract_init
  • Loading branch information
aasseman authored May 14, 2024
2 parents 75b06d1 + 32e3960 commit f1e35a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/local_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
name: Set up Node.js
with:
node-version: "lts/gallium"
- name: Install graph CLI
run: npm install -g @graphprotocol/graph-cli
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down
1 change: 0 additions & 1 deletion tests/contract_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ GRAPH_TOKEN=$(jq '."1337".GraphToken.address' addresses.json -r)


command cd $current_dir/timeline-aggregation-protocol-contracts
command yarn
echo "Graph token address: $GRAPH_TOKEN"
echo "Step 2: Obtain allocation tracker address"
ALLOCATION_VAR=$(forge create --unlocked --from $GATEWAY --rpc-url localhost:8545 src/AllocationIDTracker.sol:AllocationIDTracker --json)
Expand Down

0 comments on commit f1e35a3

Please sign in to comment.