Skip to content

Commit

Permalink
chore: update saga network
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialounes committed Apr 9, 2024
1 parent 965ec82 commit e7930d4
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions chains/mainnets/saga/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,31 @@
"features": [
"ibc-transfer"
],
"coinGeckoId": "saga",
"coinGeckoId": "saga-2",
"assets": [
{
"description": "The native staking and governance token of Saga.",
"denom_units": [
{
"denom": "usaga",
"exponent": 0
},
{
"denom": "saga",
"exponent": 6
}
],
"base": "usaga",
"name": "Saga",
"display": "saga",
"symbol": "SAGA",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"
},
"coingecko_id": "saga-2"
}
],
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
Expand All @@ -28,12 +52,12 @@
"ibcGoVersion": "7.3.1"
},
"colors": {
"primaryOnLight": "#cb262a",
"primaryOnDark": "#cb262a",
"lighterOnLight": "#ed3324",
"lighterOnDark": "#ed3324",
"darkerOnLight": "#ed3324",
"darkerOnDark": "#ed3324"
"primaryOnLight": "#EF6644",
"primaryOnDark": "#EF6644",
"lighterOnLight": "#EF6644",
"lighterOnDark": "#EF6644",
"darkerOnLight": "#EF6644",
"darkerOnDark": "#EF6644"
},
"links": [
{
Expand Down Expand Up @@ -84,5 +108,6 @@
"isModuleEnabled": {
"governance": true
},
"isNativelySupportedByKeplr": true
"isNativelySupportedByKeplr": true,
"withCoingeckoApi": false
}

0 comments on commit e7930d4

Please sign in to comment.