-
Notifications
You must be signed in to change notification settings - Fork 396
-
Error: Unable to pass project manifest on subql publish command. darwind arm64. here is my project.yaml file.
`specVersion: "1.0.0"
name: "land-sale-subql"
version: "0.0.1"
runner:
node:
name: "@subql/node-avalanche"
version: ""
query:
name: "@subql/query"
version: ""
description: "Subquery indexing project for Land Sale Contracts"
repository: "https://github.com/heroesofnft/land-sale-subql"
schema:
file: "./schema.graphql"
network:
chainId: "fuji"
subnet: "2KV1ighhTjNpuQq8BVgHeJF3QHdF3KxhY9AqB9M1GfUuBCKjNo"
endpoint: "https://testnet.heroesofnft.com"
dataSources:
- kind: avalanche/Runtime
startBlock: 29900 # around the deployment of LandToken in Hero Testnet
options:
abi: LandToken
address: "0x39CcF06229eCD78AAb8b42c2ecD3d43A8D6cD925"
assets:
LandToken:
file: "./abis/LandToken.json"
mapping:
file: "./dist/index.js"
handlers:
- handler: handleTransfer
kind: avalanche/LogHandler
filter:
topics:
- Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
`
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment