Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update acala testnet subql config #1001

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/evm-subql/project-acala-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ runner:
schema:
file: ./schema.graphql
network:
chainId: '0xd878fca7d80ffa1630527d63a835c0f1862f10c80657bf2be8e5dfcf9d1b0a7d'
chainId: '0x5820dd20052b531310e9d7c0c7c3f3fd70188fe436ab9faca028f393bee8ecc0'
endpoint:
- wss://acala-dev.aca-dev.network/rpc/ws
- wss://acala-testnet.aca-staging.network/rpc/ws
chaintypes:
file: ./dist/chain-types/index.js
dataSources:
Expand Down
4 changes: 2 additions & 2 deletions packages/evm-subql/project-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export const PROJECT_PARAMS = {
startBlock: 1,
},
acalaTestnet: {
chainId: '0xd878fca7d80ffa1630527d63a835c0f1862f10c80657bf2be8e5dfcf9d1b0a7d',
endpoint: ['wss://acala-dev.aca-dev.network/rpc/ws'],
chainId: '0x5820dd20052b531310e9d7c0c7c3f3fd70188fe436ab9faca028f393bee8ecc0',
endpoint: ['wss://acala-testnet.aca-staging.network/rpc/ws'],
startBlock: 1,
},
karuraTestnet: {
Expand Down
Loading