Skip to content

Commit

Permalink
add tc9 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan authored May 30, 2023
1 parent 1d2cc3e commit 5d274cb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/evm-subql/project-tc9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
specVersion: 1.0.0
name: '@acala-network/evm-subql'
version: 1.0.0
runner:
node:
name: '@subql/node'
version: 1.21.2
query:
name: '@subql/query'
version: 1.4.0
description: 'subquery for Public Mandala EVM+'
repository: 'https://github.com/AcalaNetwork/bodhi.js/tree/master/evm-subql'
schema:
file: ./schema.graphql
network:
# public mandala tc9
chainId: '0x3035b88c212be330a1a724c675d56d53a5016ec32af1790738832db0227ac54c'
endpoint: wss://mandala-tc9-rpc.aca-staging.network
chaintypes:
file: ./dist/chain-types/index.js
dataSources:
- kind: substrate/Runtime
startBlock: 1
mapping:
file: ./dist/index.js
handlers:
- handler: handleBlock
kind: substrate/BlockHandler

0 comments on commit 5d274cb

Please sign in to comment.