Skip to content

Commit

Permalink
Fix aerodrome cl fetcher fees (#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jak0bJJ committed Aug 27, 2024
1 parent dd114e9 commit 2fbb69d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"curve-ethereum-rsr",
"curve-ethereum-usdc",
"curve-ethereum-usdc-2",
"aerodrome-cl-base-usdc-3000"
"aerodrome-cl-base-usdc-100"
],
"deviationCheck": {
"deviationWithRecentValues": {
Expand Down Expand Up @@ -449,7 +449,7 @@
"source": [
"aerodrome-base-rsr",
"aerodrome-base-weth",
"aerodrome-cl-base-weth-3000"
"aerodrome-cl-base-weth-100"
]
},

Expand Down
4 changes: 2 additions & 2 deletions packages/oracle-node/manifests/data-services/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@
"curve-ethereum-rsr",
"curve-ethereum-usdc",
"curve-ethereum-usdc-2",
"aerodrome-cl-base-usdc-3000"
"aerodrome-cl-base-usdc-100"
]
},
"RSR": {
Expand Down Expand Up @@ -1461,7 +1461,7 @@
"source": [
"aerodrome-base-rsr",
"aerodrome-base-weth",
"aerodrome-cl-base-weth-3000"
"aerodrome-cl-base-weth-100"
]
},
"bsdETH/ETH": {
Expand Down
4 changes: 2 additions & 2 deletions packages/oracle-node/manifests/data-services/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
"curve-ethereum-rsr",
"curve-ethereum-usdc",
"curve-ethereum-usdc-2",
"aerodrome-cl-base-usdc-3000"
"aerodrome-cl-base-usdc-100"
],
"deviationCheck": {
"deviationWithRecentValues": {
Expand Down Expand Up @@ -1173,7 +1173,7 @@
"source": [
"aerodrome-base-rsr",
"aerodrome-base-weth",
"aerodrome-cl-base-weth-3000"
"aerodrome-cl-base-weth-100"
]
},
"bsdETH/ETH": {
Expand Down
4 changes: 2 additions & 2 deletions packages/oracle-node/manifests/dev/depth-aggregator.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
"curve-ethereum-rsr",
"curve-ethereum-usdc",
"curve-ethereum-usdc-2",
"aerodrome-cl-base-usdc-3000"
"aerodrome-cl-base-usdc-100"
],
"deviationCheck": {
"deviationWithRecentValues": {
Expand Down Expand Up @@ -1169,7 +1169,7 @@
"source": [
"aerodrome-base-rsr",
"aerodrome-base-weth",
"aerodrome-cl-base-weth-3000"
"aerodrome-cl-base-weth-100"
]
},
"bsdETH/ETH": {
Expand Down

0 comments on commit 2fbb69d

Please sign in to comment.