Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

subql publish command error #1533

Unanswered
tolgaisik asked this question in Q&A
Discussion options

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)
    `
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /