Skip to content

Commit

Permalink
Create network folders for branch removal
Browse files Browse the repository at this point in the history
We can manage this repo more effectively without using multiple
branches. We use folders to delineate network instead. Mainnet and
preview are the only ones used as preprod isn't being used in
Orcfax deployments right now.
  • Loading branch information
ross-spencer committed Sep 23, 2024
1 parent 8778517 commit 75e2c08
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 0 deletions.
File renamed without changes.
218 changes: 218 additions & 0 deletions feeds/preview/cer-feeds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
{
"meta": {
"description": "active Orcfax CER feeds",
"version": "2024.08.12.0001"
},
"feeds": [
{
"pair": "ADA-BTC",
"label": "ADA-BTC",
"interval": 3600,
"deviation": 5,
"source": "cex",
"calculation": "median",
"status": "showcase",
"type": "CER"
},
{
"pair": "ADA-DJED",
"label": "ADA-DJED",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "ADA-IUSD",
"label": "ADA-iUSD",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "ADA-USD",
"label": "ADA-USD",
"interval": 3600,
"deviation": 1,
"source": "cex",
"calculation": "median",
"status": "subsidized",
"type": "CER"
},
{
"pair": "ADA-USDM",
"label": "ADA-USDM",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "AGIX-ADA",
"label": "AGIX-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "BOOK-ADA",
"label": "BOOK-ADA",
"interval": 3600,
"deviation": 2,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "BTC-USD",
"label": "BTC-USD",
"interval": 3600,
"deviation": 5,
"source": "cex",
"calculation": "median",
"status": "showcase",
"type": "CER"
},
{
"pair": "BTN-ADA",
"label": "BTN-ADA",
"interval": 3600,
"deviation": 2,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "CERRA-ADA",
"label": "CERRA-ADA",
"interval": 3600,
"deviation": 2,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "COPI-ADA",
"label": "COPI-ADA",
"interval": 3600,
"deviation": 2,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "FACT-ADA",
"label": "FACT-ADA",
"interval": 3600,
"deviation": 1,
"source": "dex",
"calculation": "weighted mean",
"status": "subsidized",
"type": "CER"
},
{
"pair": "MIN-ADA",
"label": "MIN-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "HOSKY-ADA",
"label": "HOSKY-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "HUNT-ADA",
"label": "HUNT-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "INDY-ADA",
"label": "INDY-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "LENFI-ADA",
"label": "LENFI-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "LQ-ADA",
"label": "LQ-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "SHEN-ADA",
"label": "SHEN-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "SNEK-ADA",
"label": "SNEK-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
},
{
"pair": "WMT-ADA",
"label": "WMT-ADA",
"interval": 3600,
"deviation": 5,
"source": "dex",
"calculation": "weighted mean",
"status": "showcase",
"type": "CER"
}
]
}

0 comments on commit 75e2c08

Please sign in to comment.