Closed Defi-Moses closed 1 month ago
The changes introduce additional token entries to the tokenDataMap
, specifically for the token "wsOHM"
, along with updates to its mappings in the YAML files. The CoinGecko ID for wsOHM
is changed to reflect a new identifier, and the price information for JUMP
is updated to indicate it is now available. These modifications enhance the token data management system and ensure accurate representation of token identifiers and price statuses.
File Path | Change Summary |
---|---|
services/explorer/consumer/parser/tokendata/cache.go |
Added new entries for tokens "wsOHM" to tokenDataMap . |
services/explorer/static/tokenIDToCoinGeckoID.yaml |
Updated wsOHM mapping from 'wrapped-staked-olympus' to 'governance-ohm' and JUMP to its previous value. |
services/explorer/static/tokenSymbolToCoinGeckoID.yaml |
Updated wsohm mapping from 'wrapped-staked-olympus' to 'governance-ohm' and jump to 'NO_PRICE' . |
services/explorer/static/tokenSymbolToTokenID.yaml |
Updated wsohm mapping from 'wsOHM' to 'governance-ohm' . |
services/explorer/consumer/fetcher/swapfetcher.go |
Improved error handling and logging in GetTokenAddress method. |
services/explorer/consumer/parser/bridgeparser.go |
Modified MatureLogs function to handle price retrieval failures with a default value of 1.0. |
M-explorer-ui
, size/m
, Sol
, Typescript
, M-deps
In the meadow where tokens play,
WSOHM finds a brighter way.
JUMP takes flight, its price now known,
In our maps, new seeds are sown.
With every change, our garden grows,
A tapestry of coins, as nature shows! ππΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Latest commit: |
5ed9407
|
Status: | β Deploy successful! |
Preview URL: | https://a5560349.sanguine-fe.pages.dev |
Branch Preview URL: | https://feat-explorer-add-gohm.sanguine-fe.pages.dev |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 36.38322%. Comparing base (
9418b40
) to head (5ed9407
). Report is 167 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (9418b40) and HEAD (5ed9407). Click for more details.
HEAD has 2 uploads less than BASE
| Flag | BASE (9418b40) | HEAD (5ed9407) | |------|------|------| |solidity|2|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Adds checks for wsOHM so that explorer doesnt brick when trying to index. The problems was that coingecko removed wsOHM from their api and thus the explorer stalled.
Summary by CodeRabbit
New Features
Bug Fixes
Improvements