Skip to content

Commit

Permalink
Merge pull request #210 from VenusProtocol/update-prerelease-name
Browse files Browse the repository at this point in the history
Update prerelease name
  • Loading branch information
coreyar authored Dec 12, 2024
2 parents 89a7ecf + e1e5409 commit f0f1157
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/isolated-pools-subgraph",
"version": "1.4.0-pre-add-ci-deployments.1",
"version": "1.4.0-testnet.1",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/protocol-reserve-subgraph",
"version": "1.1.1-0",
"version": "1.2.1-testnet.1",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/protocol-reserve/template-eth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ dataSources:
handler: handleDestinationAddressUpdated
- event: BaseAssetUpdated(indexed address,indexed address)
handler: handleBaseAssetUpdated
- event: PriceOracleUpdated(indexed address,indexed address)
handler: handlePriceOracleUpdated
blockHandlers:
- handler: handleInitializationXvsVaultConverter
filter:
kind: once
- event: PriceOracleUpdated(indexed address,indexed address)
handler: handlePriceOracleUpdated
templates:
- name: ERC20
kind: ethereum/contract
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/governance-subgraph",
"version": "1.1.0-pre-add-ci-deployments.1",
"version": "1.1.0-testnet.1",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/core-pool-subgraph",
"version": "1.2.0-pre-add-ci-deployments.1",
"version": "1.2.0-testnet.1",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down

0 comments on commit f0f1157

Please sign in to comment.