Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update feeds #37

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions data/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "ALGO/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "AMD/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "AMZN/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand Down Expand Up @@ -399,6 +403,10 @@
"name": "MATICx/MATIC Exchange Rate",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "MERL/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "META/USD",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand Down Expand Up @@ -479,6 +487,10 @@
"name": "OP/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "ORDI/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "osETH/ETH Exchange Rate",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand All @@ -503,6 +515,10 @@
"name": "PHP/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "PLTR/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "pufETH/stETH Exchange Rate",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand All @@ -519,6 +535,10 @@
"name": "PYUSD/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "QCOM/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "QQQ/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand Down Expand Up @@ -583,6 +603,10 @@
"name": "SAND/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "SATS/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "sAVAX/AVAX Exchange Rate",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand All @@ -599,6 +623,10 @@
"name": "SEK/USD",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "sFRAX/FRAX Exchange Rate",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
},
{
"name": "sfrxETH/frxETH Exchange Rate",
"deviationThresholdsInPercentages": [0.25, 0.5, 1]
Expand Down
Loading