Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 2.6.x
  • Loading branch information
boyuanx committed Aug 12, 2024
2 parents 48d4cb5 + 7d39ab9 commit d2b19c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions subgraph/config/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "base",
"address": "0x88f861053345d52f3B4168F7852Dd9Ff2E1BC62c",
"startBlock": 13784647
}
5 changes: 5 additions & 0 deletions subgraph/config/baseSepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "base-sepolia",
"address": "0x4beB86Aa48569885fc21e21709Ce7A5e365cF96a",
"startBlock": 9295598
}
2 changes: 2 additions & 0 deletions subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"prep:zetachain": "mustache config/zetachain.json subgraph.template.yaml > subgraph.yaml",
"prep:scroll": "mustache config/scroll.json subgraph.template.yaml > subgraph.yaml",
"prep:scrollSepolia": "mustache config/scrollSepolia.json subgraph.template.yaml > subgraph.yaml",
"prep:base": "mustache config/base.json subgraph.template.yaml > subgraph.yaml",
"prep:baseSepolia": "mustache config/baseSepolia.json subgraph.template.yaml > subgraph.yaml",
"test": "graph test"
},
"dependencies": {
Expand Down

0 comments on commit d2b19c1

Please sign in to comment.