Skip to content

Commit 8812eb1

Browse files
authored
Merge pull request #1187 from graphprotocol/tmigone/horizon-interfaces
2 parents 77007c0 + 523d3b1 commit 8812eb1

File tree

482 files changed

+9360
-15157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+9360
-15157
lines changed

.github/workflows/ci-hardhat-graph-protocol.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/ci-horizon.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/ci-subgraph-service.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/ci-toolshed.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ packages/*/.eslintcache
2828

2929
# Build artifacts
3030
dist/
31+
dist-v5/
3132
build/
3233
typechain/
3334
typechain-types/
3435
types/
36+
types-v5/
37+
wagmi/
3538
deployments/hardhat/
3639

3740
# TypeScript incremental compilation cache
@@ -77,10 +80,7 @@ tx-builder-*.json
7780
!tx-builder-template.json
7881

7982
# Hardhat Ignition
80-
**/chain-31337/
81-
**/chain-1337/
82-
**/horizon-localhost/
83-
**/horizon-hardhat/
84-
**/subgraph-service-localhost/
85-
**/subgraph-service-hardhat/
86-
!**/ignition/**/artifacts/
83+
**/ignition/deployments/*-localhost/
84+
**/ignition/deployments/*-hardhat/
85+
**/ignition/deployments/*-31337/
86+
**/ignition/deployments/*-1337/

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ deployments/hardhat/
3636
**/horizon-hardhat/
3737
**/subgraph-service-localhost/
3838
**/subgraph-service-hardhat/
39+
.changeset/

0 commit comments

Comments
 (0)