Skip to content

Commit 9a5de29

Browse files
committed
use SQD_API_KEY for portal access
1 parent f42a97b commit 9a5de29

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@aws-sdk/client-s3": "^3.808.0",
4242
"@lavamoat/preinstall-always-fail": "^2.1.1",
43-
"@originprotocol/squid-utils": "1.0.1",
43+
"@originprotocol/squid-utils": "1.0.2",
4444
"@subsquid/big-decimal": "^1.0.0",
4545
"@subsquid/evm-processor": "^1.30.1",
4646
"@subsquid/graphql-server": "^4.12.0",

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ allowBuilds:
1010
utf-8-validate: true
1111

1212
minimumReleaseAgeExclude:
13-
- '@originprotocol/squid-utils@1.0.1'
13+
- '@originprotocol/squid-utils@1.0.2'
1414

1515
patchedDependencies:
1616
'@subsquid/portal-client@0.3.2': patches/@subsquid__portal-client@0.3.2.patch

squid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ deploy:
2222
- base.http
2323
- sonic-mainnet.http
2424
secrets:
25+
- SQD_API_KEY
2526
- RPC_ENDPOINT
2627
- RPC_ENV
2728
- RPC_BASE_ENDPOINT

0 commit comments

Comments
 (0)