-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add wusdm token metadata #55
Conversation
WalkthroughA new token entry for Changes
Poem
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- pkg/token/token_meta.json (1 hunks)
Additional comments not posted (1)
pkg/token/token_meta.json (1)
1909-1919
: LGTM! Verify the correctness of the metadata.The new token entry for
WUSDM
is well-formed and consistent with the existing entries.However, ensure that the metadata, such as the address, coinGeckoId, denom, and logo URL, are correct and up-to-date.
Verification successful
Metadata for
WUSDM
is correct and valid.The address, coinGeckoId, denom, and logo URL have all been verified and found to be accurate and accessible.
- Address:
0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812
- CoinGeckoId:
wrapped-usdm
- Denom:
peggy0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812
- Logo URL: Accessible and returns HTTP/2 200
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the correctness of the metadata for the new token entry `WUSDM`. # Test: Check if the address, coinGeckoId, denom, and logo URL are correct and up-to-date. # Expected: The metadata should be accurate and valid. # Verify the address echo "0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812" # Verify the coinGeckoId echo "wrapped-usdm" # Verify the denom echo "peggy0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812" # Verify the logo URL curl -I "https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/c7333dd4-1983-4d2c-ce65-d88c3b427800/public" | grep "200 OK"Length of output: 743
Script:
#!/bin/bash # Re-verify the logo URL for the new token entry `WUSDM`. # Verify the logo URL curl -I "https://imagedelivery.net/DYKOWp0iCc0sIkF-2e4dNw/c7333dd4-1983-4d2c-ce65-d88c3b427800/public" | grep "HTTP/"Length of output: 444
Summary by CodeRabbit
WUSDM
token with detailed metadata including name, symbol, address, and logo for better asset management and display.