Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Dec 16, 2024
2 parents 5ad8f9a + 658702a commit 3e1f5cb
Show file tree
Hide file tree
Showing 43 changed files with 5,194 additions and 0 deletions.
138 changes: 138 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13543,6 +13543,144 @@
}
}
},
"mountain-protocol": {
"schema": "generic",
"base": "mountain-protocol",
"protocol": "mountain-protocol",
"project": "mountain-protocol",
"deployments": {
"mountain-protocol-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "mountain-protocol.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "mountain-protocol-ethereum",
"query-id": "mountain-protocol-ethereum"
},
"decentralized-network": {
"slug": "mountain-protocol-ethereum",
"query-id": "todo"
}
}
},
"mountain-protocol-arbitrum": {
"network": "arbitrum",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "mountain-protocol.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "mountain-protocol-arbitrum",
"query-id": "mountain-protocol-arbitrum"
},
"decentralized-network": {
"slug": "mountain-protocol-arbitrum",
"query-id": "todo"
}
}
},
"mountain-protocol-base": {
"network": "base",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "mountain-protocol.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "mountain-protocol-base",
"query-id": "mountain-protocol-base"
},
"decentralized-network": {
"slug": "mountain-protocol-base",
"query-id": "todo"
}
}
},
"mountain-protocol-optimism": {
"network": "optimism",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "mountain-protocol.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "mountain-protocol-optimism",
"query-id": "mountain-protocol-optimism"
},
"decentralized-network": {
"slug": "mountain-protocol-optimism",
"query-id": "todo"
}
}
},
"mountain-protocol-polygon": {
"network": "polygon",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "mountain-protocol.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "mountain-protocol-polygon",
"query-id": "mountain-protocol-polygon"
},
"decentralized-network": {
"slug": "mountain-protocol-polygon",
"query-id": "todo"
}
}
}
}
},
"flat-money": {
"schema": "generic",
"base": "flat-money",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/mountain-protocol/.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/mountain-protocol/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Mountain Protocol Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit 3e1f5cb

Please sign in to comment.