Skip to content

Commit

Permalink
Merge branch 'staging' into add-chain-1149
Browse files Browse the repository at this point in the history
  • Loading branch information
symplexialabs authored May 10, 2023
2 parents db49dd0 + 3008e8a commit bc2aa63
Show file tree
Hide file tree
Showing 33 changed files with 961 additions and 224 deletions.
5 changes: 1 addition & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,7 @@
// "--grep=v0.6.12",
"--exit",
],
"outFiles": [
"./**/*.js",
"${workspaceFolder}/packages/lib-sourcify/build/**/*.js"
],
"sourceMaps": true,
"smartStep": true,
"console": "integratedTerminal",
// "internalConsoleOptions": "neverOpen"
Expand Down
2 changes: 1 addition & 1 deletion environments/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ MOONSCAN_MOONBEAM_API_KEY=
MOONSCAN_MOONRIVER_API_KEY=
BOBASCAN_API_KEY=
GNOSISSCAN_API_KEY=
OPTIMISTIC_ETHERSCAN_API_KEY=
OPTIMISMSCAN_API_KEY=

# Needed to call create2 APIs, format is: TOKEN1,TOKEN2,...
CREATE2_CLIENT_TOKENS=
Expand Down
2 changes: 1 addition & 1 deletion environments/.env.latest
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MOONSCAN_MOONBEAM_API_KEY=xxx
MOONSCAN_MOONRIVER_API_KEY=xxx
BOBASCAN_API_KEY=xxx
GNOSISSCAN_API_KEY=xxx
OPTIMISTIC_ETHERSCAN_API_KEY=xxx
OPTIMISMSCAN_API_KEY=xxx

CREATE2_CLIENT_TOKENS=xxx

Expand Down
Binary file modified environments/.env.secrets.gpg
Binary file not shown.
2 changes: 1 addition & 1 deletion environments/.env.stable
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MOONSCAN_MOONBEAM_API_KEY=xxx
MOONSCAN_MOONRIVER_API_KEY=xxx
BOBASCAN_API_KEY=xxx
GNOSISSCAN_API_KEY=xxx
OPTIMISTIC_ETHERSCAN_API_KEY=xxx
OPTIMISMSCAN_API_KEY=xxx

CREATE2_CLIENT_TOKENS=xxx

Expand Down
10 changes: 10 additions & 0 deletions environments/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,13 @@ services:
- "/:/host:ro,rslave"
networks:
- source-verify

nginx_exporter:
image: nginx/nginx-prometheus-exporter:0.10.0
container_name: grafana-nginx_exporter-${TAG}
command:
- -nginx.scrape-uri
- https://sourcify.dev/nginx_status
restart: unless-stopped
networks:
- source-verify
Loading

0 comments on commit bc2aa63

Please sign in to comment.