cosmos: fix asset name for SEDA

This commit is contained in:
Ryan Heywood 2025-04-10 16:37:55 -04:00
parent 47f79aa62b
commit 1b5d168647
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ fn seda_chains() -> Vec<Blockchain> {
let mut chains = vec![];
let aseda = Currency::builder()
.coin_denom("seda")
.coin_denom("SEDA")
.coin_minimal_denom("aseda")
.coin_decimals(18)
.coin_gecko_id("ID")