Skip to content

Commit

Permalink
update evm api to 2.2, use local swagger for streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Sep 9, 2023
1 parent 5d12c63 commit 5db9cbd
Show file tree
Hide file tree
Showing 4 changed files with 6,422 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"apis": [
{
"name": "evm_api",
"swagger": "https://deep-index.moralis.io/api-docs-2.1/v2.1/swagger.json",
"swagger": "https://deep-index.moralis.io/api-docs-2.2/v2.2/swagger.json",
"security_key": "ApiKeyAuth",
"skip": false
},
Expand All @@ -21,7 +21,7 @@
},
{
"name": "streams",
"swagger": "https://api.moralis-streams.com/api-docs/swagger.json",
"swagger": "./local-swaggers/streams.json",
"overwrite_host": "https://api.moralis-streams.com",
"security_key": "x-api-key",
"skip": false
Expand Down
Loading

0 comments on commit 5db9cbd

Please sign in to comment.