Skip to content

Commit

Permalink
new karura testnet subql config (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan authored Jun 20, 2024
1 parent 5d65918 commit 1469498
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-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export const PROJECT_PARAMS = {
startBlock: 1,
},
karuraTestnet: {
chainId: '0xd5f7c90bd50e61d833e3f0836b0f3e1503054200ef5aa32856f8da5ce1213b01',
endpoint: ['wss://karura-dev.aca-dev.network/rpc/ws'],
chainId: '0x2ca2bef178f43b2b84bf3152d7eadc87d9658d8a5cde154ed65fc5e56e68af99',
endpoint: ['wss://karura-testnet.aca-staging.network/rpc/ws'],
startBlock: 1,
},
localMandala: {
Expand Down
4 changes: 2 additions & 2 deletions packages/evm-subql/project-karura-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: '0xd5f7c90bd50e61d833e3f0836b0f3e1503054200ef5aa32856f8da5ce1213b01'
chainId: '0x2ca2bef178f43b2b84bf3152d7eadc87d9658d8a5cde154ed65fc5e56e68af99'
endpoint:
- wss://karura-dev.aca-dev.network/rpc/ws
- wss://karura-testnet.aca-staging.network/rpc/ws
chaintypes:
file: ./dist/chain-types/index.js
dataSources:
Expand Down

0 comments on commit 1469498

Please sign in to comment.