You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
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