Skip to content

Commit

Permalink
feat(feeds): add PAXG
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jan 16, 2025
1 parent a6c849d commit 3d2a53f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/config/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -1831,5 +1831,26 @@
"symbol": "S/USDT"
}
]
},
{
"feed": { "category": 1, "name": "PAXG/USD" },
"sources": [
{
"exchange": "kucoin",
"symbol": "PAXG/USDT"
},
{
"exchange": "xt",
"symbol": "PAXG/USDT"
},
{
"exchange": "mexc",
"symbol": "PAXG/USDT"
},
{
"exchange": "bybit",
"symbol": "PAXG/USDT"
}
]
}
]

0 comments on commit 3d2a53f

Please sign in to comment.