Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Nov 4, 2024
2 parents bd9d636 + 1d974f4 commit fffe553
Show file tree
Hide file tree
Showing 90 changed files with 18,046 additions and 0 deletions.
112 changes: 112 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -12945,6 +12945,118 @@
}
}
},
"anzen-v2": {
"schema": "generic",
"base": "anzen-v2",
"protocol": "anzen-v2",
"project": "anzen-v2",
"deployments": {
"anzen-v2-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "anzen-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "anzen-v2-ethereum",
"query-id": "anzen-v2-ethereum"
},
"decentralized-network": {
"slug": "anzen-v2-ethereum",
"query-id": "todo"
}
}
},
"anzen-v2-base": {
"network": "base",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "anzen-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "anzen-v2-base",
"query-id": "anzen-v2-base"
},
"decentralized-network": {
"slug": "anzen-v2-base",
"query-id": "todo"
}
}
},
"anzen-v2-arbitrum": {
"network": "arbitrum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "anzen-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "anzen-v2-arbitrum",
"query-id": "anzen-v2-arbitrum"
},
"decentralized-network": {
"slug": "anzen-v2-arbitrum",
"query-id": "todo"
}
}
},
"anzen-v2-blast": {
"network": "blast-mainnet",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "anzen-v2.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "anzen-v2-blast",
"query-id": "anzen-v2-blast"
},
"decentralized-network": {
"slug": "anzen-v2-blast",
"query-id": "todo"
}
}
}
}
},
"mev-protocol": {
"schema": "generic",
"base": "mev-protocol",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/anzen-v2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
configure.ts
docs/
package-lock.json
17 changes: 17 additions & 0 deletions subgraphs/anzen-v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Anzen V2 Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit fffe553

Please sign in to comment.