Skip to content

Commit

Permalink
matic -> pol
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Sep 27, 2024
1 parent 849ec62 commit ac029ff
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions cmd/constants/marketmaps/markets.go
Original file line number Diff line number Diff line change
Expand Up @@ -1156,10 +1156,10 @@ var (
}
]
},
"MATIC/USD": {
"POL/USD": {
"ticker": {
"currency_pair": {
"Base": "MATIC",
"Base": "POL",
"Quote": "USD"
},
"decimals": 10,
Expand All @@ -1169,7 +1169,7 @@ var (
"provider_configs": [
{
"name": "coinmarketcap_api",
"off_chain_ticker": "3890"
"off_chain_ticker": "28321"
}
]
},
Expand Down Expand Up @@ -5743,10 +5743,10 @@ var (
}
]
},
"MATIC/USD": {
"POL/USD": {
"ticker": {
"currency_pair": {
"Base": "MATIC",
"Base": "POL",
"Quote": "USD"
},
"decimals": 10,
Expand All @@ -5756,71 +5756,71 @@ var (
"provider_configs": [
{
"name": "binance_ws",
"off_chain_ticker": "MATICUSDT",
"off_chain_ticker": "POLUSDT",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "bybit_ws",
"off_chain_ticker": "MATICUSDT",
"off_chain_ticker": "POLUSDT",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "coinbase_ws",
"off_chain_ticker": "MATIC-USD"
"off_chain_ticker": "POL-USD"
},
{
"name": "gate_ws",
"off_chain_ticker": "MATIC_USDT",
"off_chain_ticker": "POL_USDT",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "huobi_ws",
"off_chain_ticker": "maticusdt",
"off_chain_ticker": "polusdt",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "kraken_api",
"off_chain_ticker": "MATICUSD"
"off_chain_ticker": "POLUSD"
},
{
"name": "kucoin_ws",
"off_chain_ticker": "MATIC-USDT",
"off_chain_ticker": "POL-USDT",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "mexc_ws",
"off_chain_ticker": "MATICUSDT",
"off_chain_ticker": "POLUSDT",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "okx_ws",
"off_chain_ticker": "MATIC-USDT",
"off_chain_ticker": "POL-USDT",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
}
},
{
"name": "crypto_dot_com_ws",
"off_chain_ticker": "MATIC_USD"
"off_chain_ticker": "POL_USD"
}
]
},
Expand Down Expand Up @@ -8999,10 +8999,10 @@ var (
}
]
},
"MATIC/USD": {
"POL/USD": {
"ticker": {
"currency_pair": {
"Base": "MATIC",
"Base": "POL",
"Quote": "USD"
},
"decimals": 10,
Expand All @@ -9012,7 +9012,7 @@ var (
"provider_configs": [
{
"name": "coingecko_api",
"off_chain_ticker": "matic-network/usd"
"off_chain_ticker": "pol-network/usd"
}
]
},
Expand Down

0 comments on commit ac029ff

Please sign in to comment.