Skip to content

Commit

Permalink
ON-453: fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
juo-dev committed Aug 22, 2023
1 parent 0094d4d commit ffb1bc8
Show file tree
Hide file tree
Showing 20 changed files with 431 additions and 484 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
node_modules

#build
build/
generated/

#tests
tests/.latest.json
10 changes: 0 additions & 10 deletions addresses-goerli.ts

This file was deleted.

Binary file modified build/Traveler/Traveler.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion build/Traveler/abis/ChronosTraveler.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,4 +628,4 @@
"stateMutability": "nonpayable",
"type": "function"
}
]
]
27 changes: 0 additions & 27 deletions build/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,34 +1,7 @@
enum NftState {
NONE
CLOSED_PORTAL
OPENED_PORTAL
AAVEGOTCHI
AAVEGOTCHI_LAND
AVATAR
WAVATAR
SPACESHIP
WSPACESHIP
}

enum NftType {
AAVEGOTCHI
AAVEGOTCHI_LAND
NOVAAVATAR
WNOVAAVATAR
NOVASPACESHIP
WNOVASPACESHIP
TRAVELER
WTRAVELER
COMETHSPACESHIP
}

type Nft @entity(immutable: false) {
id: ID!
address: String!
state: NftState!
type: NftType!
tokenId: BigInt!
platform: String!

currentOwner: Account!
previousOwner: Account!
Expand Down
2 changes: 1 addition & 1 deletion build/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dataSources:
name: Traveler
network: goerli
source:
address: '0x450c91d1fe9f3d57b91218f6ff96f7994eec4d32'
address: "0x450c91d1fe9f3d57b91218f6ff96f7994eec4d32"
abi: ChronosTraveler
startBlock: 8099655
mapping:
Expand Down
Loading

0 comments on commit ffb1bc8

Please sign in to comment.