-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename MATIC to POL in genesis and tests (#2503)
- Loading branch information
1 parent
3db9b39
commit cc021ff
Showing
19 changed files
with
248 additions
and
3,876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
protocol/daemons/pricefeed/client/constants/testdata/matic_exchange_config.json
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
protocol/daemons/pricefeed/client/constants/testdata/pol_exchange_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.