Files
sonr/chains/registry_assets.json
Prad NukalaandGitHub 13e6c3e84d Master (#1262)
* clear

* feat: Add everything

* fix: Commenht
2025-10-03 14:45:52 -04:00

41 lines
1.0 KiB
JSON

{
"$schema": "https://github.com/cosmos/chain-registry/blob/master/assetlist.schema.json",
"chain_name": "sonr",
"assets": [
{
"description": "The native token of Sonr",
"denom_units": [
{
"denom": "usnr",
"exponent": 0
},
{
"denom": "snr",
"exponent": 6
}
],
"base": "usnr",
"name": "Sonr",
"display": "snr",
"symbol": "SNR",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/sonr-io/sonr/main/logo.png",
"svg": "https://raw.githubusercontent.com/sonr-io/sonr/main/logo.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/sonr-io/sonr/main/logo.png",
"svg": "https://raw.githubusercontent.com/sonr-io/sonr/main/logo.svg",
"theme": {
"primary_color_hex": "#1E40AF"
}
}
],
"socials": {
"website": "https://sonr.io",
"twitter": "https://x.com/sonr_io"
}
}
]
}