Skip to content

Commit

Permalink
feat: add EURe as a fee token (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored Sep 20, 2024
1 parent e1fd98e commit 4464d02
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions cosmos/noble.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,19 @@
"gasPriceStep": {
"low": 0.1,
"average": 0.1,
"high": 0.2
"high": 0.1
}
},
{
"coinDenom": "EURe",
"coinMinimalDenom": "ueure",
"coinDecimals": 6,
"coinGeckoId": "monerium-eur-money",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/noble/ueure.png",
"gasPriceStep": {
"low": 0.09,
"average": 0.09,
"high": 0.09
}
},
{
Expand All @@ -70,7 +82,7 @@
"gasPriceStep": {
"low": 0.01,
"average": 0.01,
"high": 0.02
"high": 0.01
}
}
],
Expand Down

0 comments on commit 4464d02

Please sign in to comment.