Skip to content

Commit

Permalink
update acala testnet subql config (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jun 19, 2024
1 parent 1e82910 commit 124e488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 124e488

Please sign in to comment.