Skip to content

Commit

Permalink
chore: Updates NFT networks
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Oct 3, 2024
1 parent ccd3601 commit 81b3c19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions subgraphs/loreum-nft/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"LoreumNFT": {
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3"
}
},
"mainnet": {
"LoreumNFT": {
"address": "0xB99DEdbDe082B8Be86f06449f2fC7b9FED044E15"
}
}
}
4 changes: 2 additions & 2 deletions subgraphs/loreum-nft/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dataSources:
name: LoreumNFT
source:
abi: LoreumNFT
address: "0x5FbDB2315678afecb367f032d93F642f64180aa3"
address: "0xB99DEdbDe082B8Be86f06449f2fC7b9FED044E15"
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down Expand Up @@ -35,4 +35,4 @@ dataSources:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
file: ./src/index.ts
network: localhost
network: mainnet
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2911,12 +2911,9 @@ [email protected]:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

"chamber@file:/Users/jyotirmoy/Desktop/subgraph/subgraphs/chamber":
"chamber@file:/Users/loreum/Code/loreum-org/subgraph/subgraphs/chamber":
version "1.0.0"
resolved "file:subgraphs/chamber"
dependencies:
"@graphprotocol/graph-cli" "0.67.4"
"@graphprotocol/graph-ts" "0.32.0"

chardet@^0.7.0:
version "0.7.0"
Expand Down Expand Up @@ -5614,7 +5611,7 @@ long@^5.2.0:
resolved "https://registry.npmjs.org/long/-/long-5.2.3.tgz"
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==

"loreum-nft@file:/Users/jyotirmoy/Desktop/subgraph/subgraphs/loreum-nft":
"loreum-nft@file:/Users/loreum/Code/loreum-org/subgraph/subgraphs/loreum-nft":
version "1.0.0"
resolved "file:subgraphs/loreum-nft"

Expand Down Expand Up @@ -7900,14 +7897,17 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

"typescript@^4.6.4 || ^5.2.2", typescript@>=4, typescript@>=4.9.5:
"typescript@^4.6.4 || ^5.2.2", typescript@>=4:
version "5.3.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

typescript@>=2.7:
version "5.3.3"

typescript@>=4.9.5:
version "5.3.3"

uglify-js@^3.1.4:
version "3.17.4"
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz"
Expand Down

0 comments on commit 81b3c19

Please sign in to comment.