Skip to content

Commit

Permalink
Merge branch 'master' into eigenlayer-pool-tvl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Chauhan authored and Dhruv Chauhan committed Nov 9, 2023
2 parents 37f830f + 0fc368c commit f144707
Show file tree
Hide file tree
Showing 20 changed files with 221 additions and 312 deletions.
6 changes: 3 additions & 3 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -8392,7 +8392,7 @@
"status": "prod",
"versions": {
"schema": "1.1.0",
"subgraph": "1.0.0",
"subgraph": "1.0.1",
"methodology": "1.0.0"
},
"services": {
Expand Down Expand Up @@ -9425,9 +9425,9 @@
"deployments": {
"kwenta-optimism": {
"network": "optimism",
"status": "dev",
"status": "prod",
"versions": {
"schema": "1.3.3",
"schema": "1.3.4",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions monitor/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ BOT_TOKEN=""
CHANNEL_ID=""
PROD_CHANNEL=""
DEBUG_CHANNEL=""
GH_BASE_URL="https://api.github.com"
GH_TOKEN=""
GRAPH_BASE_URL="https://api.thegraph.com"
GRAPH_DECEN_URL=https://gateway-arbitrum.network.thegraph.com
GRAPH_API_KEY=""
MESSARI_STATUS_URL="https://api.messari.io/subgraph-status/api/v1/status"
MESSARI_API_KEY=""
DISCORD_BASE_URL="https://discordapp.com/api"
3 changes: 2 additions & 1 deletion monitor/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export async function getGithubIssues() {
if (process.env.GH_TOKEN) {
try {
const baseURL =
"https://api.github.com/repos/messari/subgraphs/issues?per_page=100&state=open&labels=monitor&sort=updated";
process.env.GH_BASE_URL +
"/repos/messari/subgraphs/issues?per_page=100&state=open&labels=monitor&sort=updated";
const headers = {
Accept: "*/*",
Authorization: "Bearer " + process.env.GH_TOKEN,
Expand Down
Loading

0 comments on commit f144707

Please sign in to comment.