Skip to content

Commit

Permalink
Merge pull request #773 from econia-labs/ECO-1704
Browse files Browse the repository at this point in the history
[ECO-1704] update aptos website to get api keys
  • Loading branch information
alnoki authored May 22, 2024
2 parents eaf6b70 + 2122ec2 commit db94508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/doc-site/docs/off-chain/dss/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This guide will help you set up continuous integration/continuous deployment (CI
```

:::tip
[You can get a gRPC auth token from Aptos Labs](https://aptos-api-gateway-prod.firebaseapp.com/)
[You can get a gRPC auth token from Aptos Labs](https://developers.aptoslabs.com/)
:::

1. Initialize the CI/CD project runner, which on startup will run a script that installs dependencies:
Expand Down
2 changes: 1 addition & 1 deletion doc/doc-site/docs/off-chain/dss/data-service-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The process is the same as running against testnet, just with a slightly differe
### Getting the API key

Unless you are an infrastructure provider or want to run a fullnode yourself, the simplest way to get indexed transaction data is from the Aptos Labs gRPC endpoint (indexer v2 API).
To connect to this service, you'll need to get an API key [here](https://aptos-api-gateway-prod.firebaseapp.com/).
To connect to this service, you'll need to get an API key [here](https://developers.aptoslabs.com/).

### Generating a config

Expand Down
2 changes: 1 addition & 1 deletion src/docker/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ECONIA_ADDRESS="0xc0deb00c405f84c85dc13442e305df75d1288100cdd82675695f6148c7ece5
# For a local end-to-end testing chain: http://streamer:50051
GRPC_DATA_SERVICE_URL="https://grpc.mainnet.aptoslabs.com:443"

# For a public chain you have to get this token from https://aptos-api-gateway-prod.firebaseapp.com/.
# For a public chain you have to get this token from https://developers.aptoslabs.com/.
# For a local end-to-end testing chain use: dummy_token
GRPC_AUTH_TOKEN="<API_TOKEN>"

Expand Down

0 comments on commit db94508

Please sign in to comment.