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 17, 2024
2 parents 3bd811b + 4a7dc6c commit fbd3729
Show file tree
Hide file tree
Showing 80 changed files with 11,815 additions and 0 deletions.
172 changes: 172 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13543,6 +13543,178 @@
}
}
},
"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",
"protocol": "flat-money",
"project": "flat-money",
"deployments": {
"flat-money-base": {
"network": "base",
"status": "prod",
"versions": {
"schema": "3.0.0",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "flat-money.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "flat-money-base",
"query-id": "flat-money-base"
},
"decentralized-network": {
"slug": "flat-money-base",
"query-id": "todo"
}
}
}
}
},
"spiko": {
"schema": "generic",
"base": "spiko",
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/flat-money/.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/flat-money/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Flat Money Subgraph

## Methodology v1.0.0

## Metrics

### Usage and Transactions

### TVL

### Revenue

## Useful Links

- Landing Page:
- Docs:
- Contracts:
Loading

0 comments on commit fbd3729

Please sign in to comment.