Skip to content

Commit

Permalink
fix: change sepolia for arbitrum-sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Mar 13, 2024
1 parent ed608bf commit 8aafd6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Ignore truffle stuff
build/

subgraph.yaml
generated/
node_modules/
src/types/
Expand All @@ -12,3 +13,4 @@ config/addresses.ts
config/generatedAddresses.json
tests/.bin
.vscode
.latest.json
6 changes: 3 additions & 3 deletions networks.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"sepolia": {
"arbitrum-sepolia": {
"SubgraphAvailabilityManager": {
"address": "0x0539C6995aC74eBCBa449D88fD947eeD2877bE34",
"startBlock": 5109718
"address": "0x9bDC3264596850E7F5d141A8D898dFA7001355CC",
"startBlock": 22552633
}
}
}
36 changes: 0 additions & 36 deletions subgraph.yaml

This file was deleted.

0 comments on commit 8aafd6d

Please sign in to comment.