Skip to content

Commit cf7608f

Browse files
committed
updated ipfs hash
1 parent 399835a commit cf7608f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
Token, User
99
} from '../generated/schema'
1010

11-
const ipfshash = "QmSr3vdMuP2fSxWD7S26KzzBWcAN1eNhm4hk1qaR3x3vmj"
11+
const ipfshash = "QmaXzZhcYnsisuue5WRdQDH6FDvqkLQX1NckLqBYeYYEfm"
1212

1313
export function handleTransfer(event: TransferEvent): void {
1414
let token = Token.load(event.params.tokenId.toString());

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,9 +1070,9 @@ glob@^7.1.2, glob@^7.1.3:
10701070
once "^1.3.0"
10711071
path-is-absolute "^1.0.0"
10721072

1073-
"gluegun@git+https://github.com/edgeandnode/gluegun.git#v4.3.1-pin-colors-dep":
1073+
"gluegun@https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep":
10741074
version "4.3.1"
1075-
resolved "git+https://github.com/edgeandnode/gluegun.git#b34b9003d7bf556836da41b57ef36eb21570620a"
1075+
resolved "https://github.com/edgeandnode/gluegun#b34b9003d7bf556836da41b57ef36eb21570620a"
10761076
dependencies:
10771077
apisauce "^1.0.1"
10781078
app-module-path "^2.2.0"

0 commit comments

Comments
 (0)