Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Oct 16, 2024
1 parent 515976b commit 451bab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protocol/scripts/genesis/sample_pregenesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@
"POL/USD": {
"provider_configs": [
{
"binance_ws",
"name": "binance_ws",
"normalize_by_pair": {
"Base": "USDT",
"Quote": "USD"
Expand Down Expand Up @@ -2318,8 +2318,8 @@
"Quote": "USD"
},
"decimals": 10,
"min_provider_count": 3,
"enabled": true
"enabled": true,
"min_provider_count": 3
}
},
"SEI/USD": {
Expand Down Expand Up @@ -3420,7 +3420,7 @@
"pair": "LINK-USD"
},
{
"exchange_config_json": "{\"exchanges\":[{\"exchangeName\":\"Bybit\",\"ticker\":\"POLUSDT\",\"adjustByMarket\":\"USDT-USD\"},{\"exchangeName\":\"CoinbasePro\",\"ticker\":\"POL-USD\"},{\"exchangeName\":\"CryptoCom\",\"ticker\":\"POL_USD\"},{\"exchangeName\":\"Okx\",\"ticker\":\"POL-USDT\",\"adjustByMarket\":\"USDT-USD\"}]}",
"exchange_config_json": "{\"exchanges\":[{\"exchangeName\":\"Binance\",\"ticker\":\"POLUSDT\",\"adjustByMarket\":\"USDT-USD\"},{\"exchangeName\":\"Bybit\",\"ticker\":\"POLUSDT\",\"adjustByMarket\":\"USDT-USD\"},{\"exchangeName\":\"CoinbasePro\",\"ticker\":\"POL-USD\"},{\"exchangeName\":\"CryptoCom\",\"ticker\":\"POL_USD\"},{\"exchangeName\":\"Okx\",\"ticker\":\"POL-USDT\",\"adjustByMarket\":\"USDT-USD\"}]}",
"exponent": -10,
"id": 3,
"min_exchanges": 3,
Expand Down

0 comments on commit 451bab9

Please sign in to comment.