-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subql publish command error #1534
Comments
if you set both query and node |
it is already "*". it does not show up here for some reason. |
are you running |
yes i tried with -f manifest file |
are you able to provide a little more information
|
here is a link to project |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #1533
Originally posted by tolgaisik March 1, 2023
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/land-sale-subql"
schema:
file: "./schema.graphql"
network:
chainId: "fuji"
subnet: "2KV1ighhTjNpuQq8BVgHeJF3QHdF3KxhY9AqB9M1GfUuBCKjNo"
endpoint: "https://testnet.avax-subnet.com"
dataSources:
startBlock: 29900
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)
`
The text was updated successfully, but these errors were encountered: