Skip to content

Commit

Permalink
chore: upgrade smart contract package version (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimensahnoun authored Nov 11, 2024
1 parent 1d6ee60 commit 541f68f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion abis/SingleRequestProxyFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@
"stateMutability": "nonpayable",
"type": "function"
}
]
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@graphprotocol/graph-cli": "^0.81.0",
"@graphprotocol/graph-ts": "^0.35.1",
"@requestnetwork/smart-contracts": "0.38.1-next.2082",
"@requestnetwork/smart-contracts": "0.38.1-next.2087",
"graphql-request": "^3.5.0",
"ipfs-only-hash": "^4.0.0",
"lodash": "^4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions subgraph.zksyncera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ dataSources:
name: SingleRequestProxyFactory
network: zksync-era
source:
address: "0xC52F0f36b4f0Cdf55D4349640C32929c5E85Ab1a"
address: "0x9Fd503e723e5EfcCde3183632b443fFF49E68715"
abi: SingleRequestProxyFactory
startBlock: 48467338
startBlock: 48690095
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -677,10 +677,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@requestnetwork/[email protected].2082":
version "0.38.1-next.2082"
resolved "https://registry.yarnpkg.com/@requestnetwork/smart-contracts/-/smart-contracts-0.38.1-next.2082.tgz#59410c1df57a7bd6639f8914926e3ec0cc030514"
integrity sha512-g6zzm2rQWWV23inY01+wHM3R6Y15NiBnCYe9eJOt8Dj2oFXkEIV0PZZJyGDMhmOI2sfuhISChWQrqbi2gB5/NQ==
"@requestnetwork/smart-contracts@^0.38.1-next.2087":
version "0.38.1-next.2087"
resolved "https://registry.yarnpkg.com/@requestnetwork/smart-contracts/-/smart-contracts-0.38.1-next.2087.tgz#980eaafff1f92d26bdd4eb485993015f0d37f371"
integrity sha512-PBO1cTWap+0ye7Tget41piQy9M41AvGqSq3afhbDcTWxQV2i8OTy0fAdPHWeWPWPJh0PqVAmefT92qXDgJpYnQ==
dependencies:
tslib "2.5.0"

Expand Down

0 comments on commit 541f68f

Please sign in to comment.