Skip to content

Commit cea18ef

Browse files
committed
Fix defillama image bug
1 parent b126cba commit cea18ef

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

com.defillama/chains.tvl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- kind: SetPollingSource
99
fetch:
1010
kind: Container
11-
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.1"
11+
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.2"
1212
args:
1313
- --request-interval
1414
- '${{ env.request_interval || 1 }}'

com.defillama/image/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGE = ghcr.io/kamu-data/fetch-com.defillama:0.2.1
1+
IMAGE = ghcr.io/kamu-data/fetch-com.defillama:0.2.2
22

33
.PHONY: requirements
44
requirements:

com.defillama/image/pools-subset.json

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
]
154154
},
155155
{
156+
"pool": "2b9bf1c6-a018-4e93-a32f-7cf6ccd311fc",
156157
"chain": "Polygon",
157158
"project": "aave-v3",
158159
"symbol": "WETH",

com.defillama/pools.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- kind: SetPollingSource
99
fetch:
1010
kind: Container
11-
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.1"
11+
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.2"
1212
args:
1313
- pools
1414
- --predefined-subset

com.defillama/pools.yield.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- kind: SetPollingSource
99
fetch:
1010
kind: Container
11-
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.1"
11+
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.2"
1212
args:
1313
- --request-interval
1414
- '${{ env.request_interval || 1 }}'

com.defillama/protocols.chain-tvls.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- kind: SetPollingSource
99
fetch:
1010
kind: Container
11-
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.1"
11+
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.2"
1212
args:
1313
- --request-interval
1414
- '${{ env.request_interval || 1 }}'

com.defillama/tokens.prices.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- kind: SetPollingSource
99
fetch:
1010
kind: Container
11-
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.1"
11+
image: "ghcr.io/kamu-data/fetch-com.defillama:0.2.2"
1212
args:
1313
- --request-interval
1414
- ${{ env.request_interval || 1 }}

0 commit comments

Comments
 (0)