Skip to content

Commit

Permalink
chore: add saga network
Browse files Browse the repository at this point in the history
chore: add saga network
  • Loading branch information
zakarialounes committed Apr 9, 2024
1 parent d1743c3 commit 965ec82
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions chains/mainnets/saga/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"name": "saga",
"chainName": "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"
},
"rpcUrl": "https://rpc-saga.ezstaking.dev",
"restUrl": "https://lcd-saga.ezstaking.dev",
"chainId": "ssc-1",
"bech32": "saga",
"denom": "saga",
"denomUpper": "SAGA",
"sdenom": "usaga",
"coinType": 118,
"coinDecimals": 6,
"features": [
"ibc-transfer"
],
"coinGeckoId": "saga",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.04
},
"chainInfo": {
"cosmosSdkVersion": "0.47.5",
"ibcGoVersion": "7.3.1"
},
"colors": {
"primaryOnLight": "#cb262a",
"primaryOnDark": "#cb262a",
"lighterOnLight": "#ed3324",
"lighterOnDark": "#ed3324",
"darkerOnLight": "#ed3324",
"darkerOnDark": "#ed3324"
},
"links": [
{
"title": "Official Website",
"url": "https://www.saga.xyz/",
"icon": {
"svg": "web"
}
},
{
"title": "Docs",
"url": "https://docs.saga.xyz",
"icon": {
"svg": "document"
}
},
{
"title": "GitHub",
"url": "https://github.com/sagaxyz",
"icon": {
"svg": "github"
}
},
{
"title": "Learn more",
"icon": {
"svg": "dotsHorizontal"
},
"children": [
{
"title": "Medium",
"url": "https://medium.com/sagaxyz",
"icon": {
"svg": "medium"
}
},
{
"title": "Twitter",
"url": "https://twitter.com/Sagaxyz__",
"icon": {
"svg": "twitter"
}
}
]
}
],
"isExplorerEnabled": true,
"isModuleEnabled": {
"governance": true
},
"isNativelySupportedByKeplr": true
}

0 comments on commit 965ec82

Please sign in to comment.