diff --git a/chains/chain.schema.json b/chains/chain.schema.json index 9d7c092..545faaf 100644 --- a/chains/chain.schema.json +++ b/chains/chain.schema.json @@ -20,7 +20,6 @@ "coinDecimals", "features", "coinGeckoId", - "gasPrice", "chainInfo", "colors", "links", @@ -96,9 +95,6 @@ "coinGeckoId": { "type": ["string", "null"] }, - "gasPrice": { - "type": "string" - }, "assets": { "$ref": "#/$defs/assets" }, diff --git a/chains/mainnets/akash/chain.json b/chains/mainnets/akash/chain.json index 37d9788..a455105 100644 --- a/chains/mainnets/akash/chain.json +++ b/chains/mainnets/akash/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "akash-network", - "gasPrice": "25000uakash", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.2" diff --git a/chains/mainnets/archway/chain.json b/chains/mainnets/archway/chain.json index 8e5ebb4..e18ba69 100644 --- a/chains/mainnets/archway/chain.json +++ b/chains/mainnets/archway/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 18, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "archway", - "gasPrice": "1000000000000aarch", "assets": [ { "base": "aarch", diff --git a/chains/mainnets/assetmantle/chain.json b/chains/mainnets/assetmantle/chain.json index f774ea3..e550a68 100644 --- a/chains/mainnets/assetmantle/chain.json +++ b/chains/mainnets/assetmantle/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "assetmantle", - "gasPrice": "0umntl", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.2" diff --git a/chains/mainnets/axelar/chain.json b/chains/mainnets/axelar/chain.json index 19927db..b6a252d 100644 --- a/chains/mainnets/axelar/chain.json +++ b/chains/mainnets/axelar/chain.json @@ -25,7 +25,6 @@ "ibc-go" ], "coinGeckoId": "e-money", - "gasPrice": "0uaxl", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.1" diff --git a/chains/mainnets/bitcanna/chain.json b/chains/mainnets/bitcanna/chain.json index 9ff5819..d0ed012 100644 --- a/chains/mainnets/bitcanna/chain.json +++ b/chains/mainnets/bitcanna/chain.json @@ -21,10 +21,9 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "bitcanna", - "gasPrice": "25000ubcna", "chainInfo": { - "cosmosSdkVersion": "0.46.14", - "ibcGoVersion": "6.1.1" + "cosmosSdkVersion": "0.47.9", + "ibcGoVersion": "7.3.2" }, "colors": { "primaryOnLight": "#08b788", diff --git a/chains/mainnets/bitsong/chain.json b/chains/mainnets/bitsong/chain.json index a31227d..0b61a08 100644 --- a/chains/mainnets/bitsong/chain.json +++ b/chains/mainnets/bitsong/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "bitsong", - "gasPrice": "15000ubtsg", "chainInfo": { "cosmosSdkVersion": "0.45.11", "ibcGoVersion": "3.3.1" diff --git a/chains/mainnets/canto/chain.json b/chains/mainnets/canto/chain.json new file mode 100644 index 0000000..a8e5b62 --- /dev/null +++ b/chains/mainnets/canto/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "canto", + "chainName": "Canto", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/canto", + "restUrl": "https://rest.cosmos.directory/canto", + "chainId": "canto_7700-1", + "bech32": "canto", + "denom": "canto", + "denomUpper": "CANTO", + "sdenom": "acanto", + "coinType": 60, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "canto", + "gasPriceStep": { + "low": 1000000000000, + "average": 2000000000000, + "high": 3000000000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.9", + "ibcGoVersion": "3.2.0" + }, + "colors": { + "primaryOnLight": "#00DC80", + "primaryOnDark": "#00DC80", + "lighterOnLight": "#00DC80", + "lighterOnDark": "#00DC80", + "darkerOnLight": "#00DC80", + "darkerOnDark": "#00DC80" + }, + "links": [ + { + "title": "Official Website", + "url": "https://canto.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.canto.io/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/Canto-Network", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://canto.mirror.xyz/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/cantopublic", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/celestia/chain.json b/chains/mainnets/celestia/chain.json new file mode 100644 index 0000000..0d0480e --- /dev/null +++ b/chains/mainnets/celestia/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "celestia", + "chainName": "Celestia", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg" + }, + "rpcUrl": "https://public-celestia-rpc.numia.xyz", + "restUrl": "https://public-celestia-lcd.numia.xyz", + "chainId": "celestia", + "bech32": "celestia", + "denom": "tia", + "denomUpper": "TIA", + "sdenom": "utia", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "celestia", + "gasPriceStep": { + "low": 0.01, + "average": 0.02, + "high": 0.1 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.14", + "ibcGoVersion": "6.2.0" + }, + "colors": { + "primaryOnLight": "#d554f8", + "primaryOnDark": "#d554f8", + "lighterOnLight": "#d554f8", + "lighterOnDark": "#d554f8", + "darkerOnLight": "#d554f8", + "darkerOnDark": "#d554f8" + }, + "links": [ + { + "title": "Official Website", + "url": "https://celestia.org/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.celestia.org/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/celestiaorg", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://blog.celestia.org/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/CelestiaOrg", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/cheqd/chain.json b/chains/mainnets/cheqd/chain.json index 603708f..c856b5e 100644 --- a/chains/mainnets/cheqd/chain.json +++ b/chains/mainnets/cheqd/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 9, "features": ["ibc-transfer"], "coinGeckoId": "cheqd-network", - "gasPrice": "2500000ncheq", "chainInfo": { "cosmosSdkVersion": "0.46.10", "ibcGoVersion": "6.1.1" diff --git a/chains/mainnets/chihuahua/chain.json b/chains/mainnets/chihuahua/chain.json index cfe0572..4d7585c 100644 --- a/chains/mainnets/chihuahua/chain.json +++ b/chains/mainnets/chihuahua/chain.json @@ -27,7 +27,6 @@ "wasmd_0.24+" ], "coinGeckoId": "chihuahua-token", - "gasPrice": "2500uhuahua", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.0" diff --git a/chains/mainnets/comdex/chain.json b/chains/mainnets/comdex/chain.json index 78f1dec..35f8063 100644 --- a/chains/mainnets/comdex/chain.json +++ b/chains/mainnets/comdex/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm"], "coinGeckoId": "comdex", - "gasPrice": "25000ucmdx", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.1" diff --git a/chains/mainnets/coreum/chain.json b/chains/mainnets/coreum/chain.json new file mode 100644 index 0000000..dfaffde --- /dev/null +++ b/chains/mainnets/coreum/chain.json @@ -0,0 +1,81 @@ +{ + "$schema": "../../chain.schema.json", + "name": "coreum", + "chainName": "Coreum", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png" + }, + "rpcUrl": "https://rpc.cosmos.directory/coreum", + "restUrl": "https://rest.cosmos.directory/coreum", + "chainId": "coreum-mainnet-1", + "bech32": "core", + "denom": "core", + "denomUpper": "COREUM", + "sdenom": "ucore", + "coinType": 990, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "coreum", + "gasPriceStep": { + "low": 0.0625, + "average": 0.0625, + "high": 62.5 + }, + "chainInfo": { + "cosmosSdkVersion": "0.47.5", + "ibcGoVersion": "7.3.1" + }, + "colors": { + "primaryOnLight": "#16B87B", + "primaryOnDark": "#16B87B", + "lighterOnLight": "#16B87B", + "lighterOnDark": "#16B87B", + "darkerOnLight": "#16B87B", + "darkerOnDark": "#16B87B" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.coreum.com", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.coreum.dev/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/CoreumFoundation", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Twitter", + "url": "https://twitter.com/CoreumOfficial", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/cosmoshub/chain.json b/chains/mainnets/cosmoshub/chain.json index deb00d5..1b36bd5 100644 --- a/chains/mainnets/cosmoshub/chain.json +++ b/chains/mainnets/cosmoshub/chain.json @@ -23,7 +23,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go"], "coinGeckoId": "cosmos", - "gasPrice": "2500uatom", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.2" diff --git a/chains/mainnets/crescent/chain.json b/chains/mainnets/crescent/chain.json new file mode 100644 index 0000000..1f483ee --- /dev/null +++ b/chains/mainnets/crescent/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "crescent", + "chainName": "Crescent", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg" + }, + "rpcUrl": "https://mainnet.crescent.network:26657", + "restUrl": "https://mainnet.crescent.network:1317", + "chainId": "crescent-1", + "bech32": "cre", + "denom": "cre", + "denomUpper": "CRE", + "sdenom": "ucre", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "crescent-network", + "gasPriceStep": { + "low": 0.01, + "average": 0.025, + "high": 0.03 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.10", + "ibcGoVersion": "3.4.0" + }, + "colors": { + "primaryOnLight": "#ebaf76", + "primaryOnDark": "#ebaf76", + "lighterOnLight": "#ebaf76", + "lighterOnDark": "#ebaf76", + "darkerOnLight": "#ebaf76", + "darkerOnDark": "#ebaf76" + }, + "links": [ + { + "title": "Official Website", + "url": "https://crescent.network/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.crescent.network/introduction/what-is-crescent", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/crescent-network/crescent", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://crescentnetwork.medium.com/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/CrescentHub", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/cronos/chain.json b/chains/mainnets/cronos/chain.json new file mode 100644 index 0000000..6798492 --- /dev/null +++ b/chains/mainnets/cronos/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "crypto-org", + "chainName": "Cronos PoS", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg" + }, + "rpcUrl": "https://rpc.cronos.org/", + "restUrl": "https://rest.cronos.org/", + "chainId": "cronosmainnet_25-1", + "bech32": "crc", + "denom": "cro", + "denomUpper": "CRO", + "sdenom": "basecro", + "coinType": 60, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "", + "gasPriceStep": { + "low": 0, + "average": 0, + "high": 0 + }, + "chainInfo": { + "cosmosSdkVersion": "1.0.0", + "ibcGoVersion": "1.0.0" + }, + "colors": { + "primaryOnLight": "#1199fa", + "primaryOnDark": "#1199fa", + "lighterOnLight": "#1199fa", + "lighterOnDark": "#1199fa", + "darkerOnLight": "#1199fa", + "darkerOnDark": "#1199fa" + }, + "links": [ + { + "title": "Official Website", + "url": "https://cronos.org", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.cronos-pos.org/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/crypto-org-chain", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/@crypto.org", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/cronos_chain", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/cudos/chain.json b/chains/mainnets/cudos/chain.json new file mode 100644 index 0000000..8e609f7 --- /dev/null +++ b/chains/mainnets/cudos/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "cudos", + "chainName": "Cudos", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg" + }, + "rpcUrl": "http://mainnet-full-node-01.hosts.cudos.org:26657", + "restUrl": "http://mainnet-full-node-01.hosts.cudos.org:1317", + "chainId": "cudos-1", + "bech32": "cudos", + "denom": "cudos", + "denomUpper": "CUDOS", + "sdenom": "acudos", + "coinType": 118, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "cudos", + "gasPriceStep": { + "low": 5000000000000, + "average": 10000000000000, + "high": 20000000000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.3", + "ibcGoVersion": "2.2.0" + }, + "colors": { + "primaryOnLight": "#10aecc", + "primaryOnDark": "#10aecc", + "lighterOnLight": "#10aecc", + "lighterOnDark": "#10aecc", + "darkerOnLight": "#10aecc", + "darkerOnDark": "#10aecc" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.cudos.org/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.cudos.org", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/CudoVentures/cudos-eth-token-contract", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/cudos", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/cudos_", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/desmos/chain.json b/chains/mainnets/desmos/chain.json index 408954b..aae4cab 100644 --- a/chains/mainnets/desmos/chain.json +++ b/chains/mainnets/desmos/chain.json @@ -22,10 +22,9 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "desmos", - "gasPrice": "10000udsm", "chainInfo": { - "cosmosSdkVersion": "0.47.5", - "ibcGoVersion": "7.3.0" + "cosmosSdkVersion": "0.47.9", + "ibcGoVersion": "7.3.2" }, "colors": { "primaryOnLight": "#d9583f", diff --git a/chains/mainnets/dydx/chain.json b/chains/mainnets/dydx/chain.json new file mode 100644 index 0000000..636fb9c --- /dev/null +++ b/chains/mainnets/dydx/chain.json @@ -0,0 +1,82 @@ +{ + "$schema": "../../chain.schema.json", + "name": "dydx", + "chainName": "dYdX Protocol", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/dydx", + "restUrl": "https://rest.cosmos.directory/dydx", + "chainId": "dydx-mainnet-1", + "bech32": "dydx", + "denom": "dydx", + "denomUpper": "DYDX", + "sdenom": "adydx", + "coinType": 118, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "dydx", + "gasPriceStep": { + "low": 12500000000, + "average": 12500000000, + "high": 20000000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.47.5", + "ibcGoVersion": "7.3.0" + }, + "colors": { + "primaryOnLight": "#6966FF", + "primaryOnDark": "#6966FF", + "lighterOnLight": "#6966FF", + "lighterOnDark": "#6966FF", + "darkerOnLight": "#6966FF", + "darkerOnDark": "#6966FF" + }, + "links": [ + { + "title": "Official Website", + "url": "https://dydx.trade/", + "icon": { + "svg": "web" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/dydx", + "icon": { + "svg": "twitter" + } + }, + { + "title": "GitHub", + "url": "https://github.com/dydxprotocol/v4-chain", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://dydx.exchange/blog", + "icon": { + "svg": "medium" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/dymension/chain.json b/chains/mainnets/dymension/chain.json new file mode 100644 index 0000000..8af8b36 --- /dev/null +++ b/chains/mainnets/dymension/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "dymension", + "chainName": "Dymension Hub", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/dymension", + "restUrl": "https://rest.cosmos.directory/dymension", + "chainId": "dymension_1100-1", + "bech32": "dym", + "denom": "dym", + "denomUpper": "DYM", + "sdenom": "adym", + "coinType": 60, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "dymension", + "gasPriceStep": { + "low": 5000000000, + "average": 5000000000, + "high": 20000000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.15", + "ibcGoVersion": "6.2.1" + }, + "colors": { + "primaryOnLight": "#e9c3a4", + "primaryOnDark": "#e9c3a4", + "lighterOnLight": "#e9c3a4", + "lighterOnDark": "#e9c3a4", + "darkerOnLight": "#e9c3a4", + "darkerOnDark": "#e9c3a4" + }, + "links": [ + { + "title": "Official Website", + "url": "https://portal.dymension.xyz", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.dymension.xyz/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/dymensionxyz", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/@dymension", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/dymension", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/emoney/chain.json b/chains/mainnets/emoney/chain.json index bcc3c6b..e34e359 100644 --- a/chains/mainnets/emoney/chain.json +++ b/chains/mainnets/emoney/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "e-money", - "gasPrice": "25000ungm", "chainInfo": { "cosmosSdkVersion": "0.42.11", "ibcGoVersion": "3.0.0" diff --git a/chains/mainnets/evmos/chain.json b/chains/mainnets/evmos/chain.json index e514cd7..7ba7445 100644 --- a/chains/mainnets/evmos/chain.json +++ b/chains/mainnets/evmos/chain.json @@ -15,14 +15,13 @@ "sdenom": "aevmos", "coinType": 60, "gasPriceStep": { - "low": 0.025, - "average": 0.025, - "high": 0.025 + "low": 0.000000002, + "average": 0.000000025, + "high": 0.000000025 }, "coinDecimals": 18, "features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"], "coinGeckoId": "evmos", - "gasPrice": "20000000000aevmos", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.1" diff --git a/chains/mainnets/fetchhub/chain.json b/chains/mainnets/fetchhub/chain.json new file mode 100644 index 0000000..a354d68 --- /dev/null +++ b/chains/mainnets/fetchhub/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "fetchhub", + "chainName": "Fetch.ai", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg" + }, + "rpcUrl": "https://rpc-fetchhub.fetch.ai", + "restUrl": "https://rest-fetchhub.fetch.ai", + "chainId": "fetchhub-4", + "bech32": "fetch", + "denom": "fet", + "denomUpper": "FET", + "sdenom": "afet", + "coinType": 118, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "fetch-ai", + "gasPriceStep": { + "low": 0.025, + "average": 0.025, + "high": 0.035 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.6", + "ibcGoVersion": "3.1.0" + }, + "colors": { + "primaryOnLight": "#2aae9c", + "primaryOnDark": "#2aae9c", + "lighterOnLight": "#2aae9c", + "lighterOnDark": "#2aae9c", + "darkerOnLight": "#2aae9c", + "darkerOnDark": "#2aae9c" + }, + "links": [ + { + "title": "Official Website", + "url": "https://fetch.ai/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.fetch.ai/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/fetchai", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/fetch-ai", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/Fetch_ai", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/finschia/chain.json b/chains/mainnets/finschia/chain.json new file mode 100644 index 0000000..3c6faf7 --- /dev/null +++ b/chains/mainnets/finschia/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "finschia", + "chainName": "Finschia", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg" + }, + "rpcUrl": "https://finschia-rpc.finschia.io", + "restUrl": "https://finschia-api.finschia.io", + "chainId": "finschia-2", + "bech32": "link", + "denom": "fnsa", + "denomUpper": "FNSA", + "sdenom": "cony", + "coinType": 438, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "link", + "gasPriceStep": { + "low": 0.015, + "average": 0.015, + "high": 0.015 + }, + "chainInfo": { + "cosmosSdkVersion": "0.48.1", + "ibcGoVersion": "4.3.1" + }, + "colors": { + "primaryOnLight": "#B1B2B9", + "primaryOnDark": "#B1B2B9", + "lighterOnLight": "#B1B2B9", + "lighterOnDark": "#B1B2B9", + "darkerOnLight": "#B1B2B9", + "darkerOnDark": "#B1B2B9" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.finschia.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.finschia.network/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/Finschia", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://finschia.medium.com/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/finschia", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/firmachain/chain.json b/chains/mainnets/firmachain/chain.json index 1449af6..18166d0 100644 --- a/chains/mainnets/firmachain/chain.json +++ b/chains/mainnets/firmachain/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "cosmwasm"], "coinGeckoId": "firmachain", - "gasPrice": "10000ufct", "chainInfo": { "cosmosSdkVersion": "0.45.9", "ibcGoVersion": "3.3.0" diff --git a/chains/mainnets/gravitybridge/chain.json b/chains/mainnets/gravitybridge/chain.json index 424d770..673f2cd 100644 --- a/chains/mainnets/gravitybridge/chain.json +++ b/chains/mainnets/gravitybridge/chain.json @@ -26,7 +26,6 @@ "ibc-go" ], "coinGeckoId": "graviton", - "gasPrice": "0ugraviton", "assets": [ { "base": "0x07bac35846e5ed502aa91adf6a9e7aa210f2dcbe", diff --git a/chains/mainnets/humans/chain.json b/chains/mainnets/humans/chain.json new file mode 100644 index 0000000..a1f5982 --- /dev/null +++ b/chains/mainnets/humans/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "humans", + "chainName": "Humans.ai", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/humans_small_light.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/humans", + "restUrl": "https://rest.cosmos.directory/humans", + "chainId": "humans_1089-1", + "bech32": "human", + "denom": "heart", + "denomUpper": "HEART", + "sdenom": "aheart", + "coinType": 60, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "humans-ai", + "gasPriceStep": { + "low": 80000000000, + "average": 100000000000, + "high": 160000000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.11", + "ibcGoVersion": "6.1.0" + }, + "colors": { + "primaryOnLight": "#7154f6", + "primaryOnDark": "#7154f6", + "lighterOnLight": "#7154f6", + "lighterOnDark": "#7154f6", + "darkerOnLight": "#7154f6", + "darkerOnDark": "#7154f6" + }, + "links": [ + { + "title": "Official Website", + "url": "https://humans.ai/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/injective/chain.json b/chains/mainnets/injective/chain.json new file mode 100644 index 0000000..ab11d64 --- /dev/null +++ b/chains/mainnets/injective/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "injective", + "chainName": "Injective", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/injective", + "restUrl": "https://rest.cosmos.directory/injective", + "chainId": "injective-1", + "bech32": "inj", + "denom": "INJ", + "denomUpper": "INJ", + "sdenom": "inj", + "coinType": 60, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "injective-protocol", + "gasPriceStep": { + "low": 500000000, + "average": 700000000, + "high": 900000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.47.5", + "ibcGoVersion": "7.3.1" + }, + "colors": { + "primaryOnLight": "#00bbdd", + "primaryOnDark": "#00bbdd", + "lighterOnLight": "#00bbdd", + "lighterOnDark": "#00bbdd", + "darkerOnLight": "#00bbdd", + "darkerOnDark": "#00bbdd" + }, + "links": [ + { + "title": "Official Website", + "url": "https://injective.com/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.injective.network/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/InjectiveLabs", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/injective-labs", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/Injective_", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/irisnet/chain.json b/chains/mainnets/irisnet/chain.json index 553ae58..c0a0fba 100644 --- a/chains/mainnets/irisnet/chain.json +++ b/chains/mainnets/irisnet/chain.json @@ -23,7 +23,6 @@ "coinDecimals": 6, "features": [], "coinGeckoId": "iris-network", - "gasPrice": "2500uiris", "chainInfo": { "cosmosSdkVersion": "0.47.4", "ibcGoVersion": "7.3.0" diff --git a/chains/mainnets/ixo/chain.json b/chains/mainnets/ixo/chain.json index 70f09df..f292d66 100644 --- a/chains/mainnets/ixo/chain.json +++ b/chains/mainnets/ixo/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "ixo", - "gasPrice": "25000uixo", "chainInfo": { "cosmosSdkVersion": "0.47.4", "ibcGoVersion": "7.3.0" diff --git a/chains/mainnets/juno/chain.json b/chains/mainnets/juno/chain.json index 4bcf2fd..6df484b 100644 --- a/chains/mainnets/juno/chain.json +++ b/chains/mainnets/juno/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "juno-network", - "gasPrice": "2500ujuno", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.1" diff --git a/chains/mainnets/kava/chain.json b/chains/mainnets/kava/chain.json new file mode 100644 index 0000000..2020c40 --- /dev/null +++ b/chains/mainnets/kava/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "kava", + "chainName": "Kava", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg" + }, + "rpcUrl": "https://rpc.data.kava.io", + "restUrl": "https://api.data.kava.io", + "chainId": "kava_2222-10", + "bech32": "kava", + "denom": "kava", + "denomUpper": "KAVA", + "sdenom": "ukava", + "coinType": 459, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "kava", + "gasPriceStep": { + "low": 0.05, + "average": 0.1, + "high": 0.25 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.11", + "ibcGoVersion": "6.1.1" + }, + "colors": { + "primaryOnLight": "#ff564f", + "primaryOnDark": "#ff564f", + "lighterOnLight": "#ff564f", + "lighterOnDark": "#ff564f", + "darkerOnLight": "#ff564f", + "darkerOnDark": "#ff564f" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.kava.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.kava.io/docs/intro", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/kava-labs", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/kava-labs", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/kava_platform", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/kichain/chain.json b/chains/mainnets/kichain/chain.json index eaae178..875c17a 100644 --- a/chains/mainnets/kichain/chain.json +++ b/chains/mainnets/kichain/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "cosmwasm"], "coinGeckoId": "ki", - "gasPrice": "25000uxki", "chainInfo": { "cosmosSdkVersion": "0.45.12", "ibcGoVersion": "3.3.1" diff --git a/chains/mainnets/kujira/chain.json b/chains/mainnets/kujira/chain.json index 383899c..379a10a 100644 --- a/chains/mainnets/kujira/chain.json +++ b/chains/mainnets/kujira/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "kujira", - "gasPrice": "3400ukuji", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.0" diff --git a/chains/mainnets/kyve/chain.json b/chains/mainnets/kyve/chain.json index 5e7aacc..b5068e2 100644 --- a/chains/mainnets/kyve/chain.json +++ b/chains/mainnets/kyve/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "kyve-network", - "gasPrice": "200ukyve", "assets": [ { "base": "ukyve", diff --git a/chains/mainnets/likecoin/chain.json b/chains/mainnets/likecoin/chain.json new file mode 100644 index 0000000..a71c82f --- /dev/null +++ b/chains/mainnets/likecoin/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "likecoin", + "chainName": "LikeCoin", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg" + }, + "rpcUrl": "https://mainnet-node.like.co/rpc", + "restUrl": "https://mainnet-node.like.co", + "chainId": "likecoin-mainnet-2", + "bech32": "like", + "denom": "like", + "denomUpper": "LIKE", + "sdenom": "nanolike", + "coinType": 118, + "coinDecimals": 9, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "likecoin", + "gasPriceStep": { + "low": 1000, + "average": 10000, + "high": 1000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.15", + "ibcGoVersion": "6.2.1" + }, + "colors": { + "primaryOnLight": "#2d8a99", + "primaryOnDark": "#2d8a99", + "lighterOnLight": "#2d8a99", + "lighterOnDark": "#2d8a99", + "darkerOnLight": "#2d8a99", + "darkerOnDark": "#2d8a99" + }, + "links": [ + { + "title": "Official Website", + "url": "https://like.co/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.like.co", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/likecoin", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://blog.like.co/en/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/likecoin", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/lumnetwork/chain.json b/chains/mainnets/lumnetwork/chain.json index 19fe107..9ce2a73 100644 --- a/chains/mainnets/lumnetwork/chain.json +++ b/chains/mainnets/lumnetwork/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "lum-network", - "gasPrice": "1000ulum", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.2.0" diff --git a/chains/mainnets/mars/chain.json b/chains/mainnets/mars/chain.json new file mode 100644 index 0000000..3b88e2e --- /dev/null +++ b/chains/mainnets/mars/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "mars-protocol", + "chainName": "Mars Protocol", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg" + }, + "rpcUrl": "https://rpc.marsprotocol.io", + "restUrl": "https://rest.marsprotocol.io", + "chainId": "mars-1", + "bech32": "mars", + "denom": "mars", + "denomUpper": "MARS", + "sdenom": "umars", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "mars-protocol", + "gasPriceStep": { + "low": 0, + "average": 0, + "high": 0.01 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.7", + "ibcGoVersion": "6.1.1" + }, + "colors": { + "primaryOnLight": "#DA3A14", + "primaryOnDark": "#DA3A14", + "lighterOnLight": "#DA3A14", + "lighterOnDark": "#DA3A14", + "darkerOnLight": "#DA3A14", + "darkerOnDark": "#DA3A14" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.marsprotocol.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.marsprotocol.io", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/mars-protocol", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://mars-protocol.medium.com/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/mars_protocol", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/neutron/chain.json b/chains/mainnets/neutron/chain.json index 09a29b3..f89bda2 100644 --- a/chains/mainnets/neutron/chain.json +++ b/chains/mainnets/neutron/chain.json @@ -24,7 +24,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "cosmwasm"], "coinGeckoId": "", - "gasPrice": "25000untrn", "chainInfo": { "cosmosSdkVersion": "0.45.15", "ibcGoVersion": "4.3.1" diff --git a/chains/mainnets/noble/chain.json b/chains/mainnets/noble/chain.json new file mode 100644 index 0000000..03784bd --- /dev/null +++ b/chains/mainnets/noble/chain.json @@ -0,0 +1,82 @@ +{ + "$schema": "../../chain.schema.json", + "name": "noble", + "chainName": "Noble", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/noble", + "restUrl": "https://rest.cosmos.directory/noble", + "chainId": "noble-1", + "bech32": "noble", + "denom": "stake", + "denomUpper": "STAKE", + "sdenom": "ustake", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "", + "gasPriceStep": { + "low": 0.1, + "average": 0.1, + "high": 0.2 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.16", + "ibcGoVersion": "4.5.1" + }, + "colors": { + "primaryOnLight": "#6A8AF8", + "primaryOnDark": "#6A8AF8", + "lighterOnLight": "#6A8AF8", + "lighterOnDark": "#6A8AF8", + "darkerOnLight": "#6A8AF8", + "darkerOnDark": "#6A8AF8" + }, + "links": [ + { + "title": "Official Website", + "url": "https://nobleassets.xyz/", + "icon": { + "svg": "web" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/noble_xyz", + "icon": { + "svg": "twitter" + } + }, + { + "title": "GitHub", + "url": "https://github.com/strangelove-ventures/noble", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://mirror.xyz/nobleassets.eth", + "icon": { + "svg": "medium" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/nois/chain.json b/chains/mainnets/nois/chain.json index 0417d9c..bc5d65d 100644 --- a/chains/mainnets/nois/chain.json +++ b/chains/mainnets/nois/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "", - "gasPrice": "50000unois", "assets": [ { "base": "unois", diff --git a/chains/mainnets/nyx/chain.json b/chains/mainnets/nyx/chain.json index f7ff59d..fbec629 100644 --- a/chains/mainnets/nyx/chain.json +++ b/chains/mainnets/nyx/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "cosmwasm"], "coinGeckoId": "", - "gasPrice": "25000unyx", "assets": [ { "base": "unym", diff --git a/chains/mainnets/omniflixhub/chain.json b/chains/mainnets/omniflixhub/chain.json index 5b19d91..4c52e7d 100644 --- a/chains/mainnets/omniflixhub/chain.json +++ b/chains/mainnets/omniflixhub/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "omniflix-network", - "gasPrice": "1000uflix", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.1" diff --git a/chains/mainnets/onomy/chain.json b/chains/mainnets/onomy/chain.json new file mode 100644 index 0000000..f32bc4c --- /dev/null +++ b/chains/mainnets/onomy/chain.json @@ -0,0 +1,88 @@ +{ + "$schema": "../../chain.schema.json", + "name": "onomy", + "chainName": "Onomy", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png" + }, + "rpcUrl": "https://rpc-mainnet.onomy.io", + "restUrl": "https://rest-mainnet.onomy.io", + "chainId": "onomy-mainnet-1", + "bech32": "onomy", + "denom": "nom", + "denomUpper": "NOM", + "sdenom": "anom", + "coinType": 118, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "onomy-protocol", + "gasPriceStep": { + "low": 0, + "average": 0.03, + "high": 0.06 + }, + "chainInfo": { + "cosmosSdkVersion": "0.44.16", + "ibcGoVersion": "4.4.2" + }, + "colors": { + "primaryOnLight": "#8c94d3", + "primaryOnDark": "#8c94d3", + "lighterOnLight": "#8c94d3", + "lighterOnDark": "#8c94d3", + "darkerOnLight": "#8c94d3", + "darkerOnDark": "#8c94d3" + }, + "links": [ + { + "title": "Official Website", + "url": "https://onomy.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.onomy.io/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/onomyprotocol/", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/onomy-protocol", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/onomyprotocol", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/osmosis/chain.json b/chains/mainnets/osmosis/chain.json index e934765..5d32ce0 100644 --- a/chains/mainnets/osmosis/chain.json +++ b/chains/mainnets/osmosis/chain.json @@ -22,10 +22,9 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm"], "coinGeckoId": "osmosis", - "gasPrice": "2500uosmo", "chainInfo": { - "cosmosSdkVersion": "0.47.5", - "ibcGoVersion": "7.3.1" + "cosmosSdkVersion": "0.47.8", + "ibcGoVersion": "7.3.2" }, "colors": { "primaryOnLight": "#812cd6", diff --git a/chains/mainnets/passage/chain.json b/chains/mainnets/passage/chain.json index 86f3897..ec76e38 100644 --- a/chains/mainnets/passage/chain.json +++ b/chains/mainnets/passage/chain.json @@ -20,7 +20,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go"], "coinGeckoId": "passage", - "gasPrice": "0upasg", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.2" diff --git a/chains/mainnets/persistence/chain.json b/chains/mainnets/persistence/chain.json new file mode 100644 index 0000000..690471b --- /dev/null +++ b/chains/mainnets/persistence/chain.json @@ -0,0 +1,82 @@ +{ + "$schema": "../../chain.schema.json", + "name": "persistence", + "chainName": "Persistence", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg" + }, + "rpcUrl": "https://rpc.core.persistence.one", + "restUrl": "https://rest.core.persistence.one", + "chainId": "core-1", + "bech32": "persistence", + "denom": "xprt", + "denomUpper": "XPRT", + "sdenom": "uxprt", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "persistence", + "gasPriceStep": { + "low": 0, + "average": 0.025, + "high": 0.04 + }, + "chainInfo": { + "cosmosSdkVersion": "0.47.3", + "ibcGoVersion": "7.2.0" + }, + "colors": { + "primaryOnLight": "#e50a13", + "primaryOnDark": "#e50a13", + "lighterOnLight": "#e50a13", + "lighterOnDark": "#e50a13", + "darkerOnLight": "#e50a13", + "darkerOnDark": "#e50a13" + }, + "links": [ + { + "title": "Official Website", + "url": "https://persistence.one/", + "icon": { + "svg": "web" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/PersistenceOne", + "icon": { + "svg": "twitter" + } + }, + { + "title": "GitHub", + "url": "https://github.com/persistenceOne", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://blog.persistence.one/", + "icon": { + "svg": "medium" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/provenance/chain.json b/chains/mainnets/provenance/chain.json new file mode 100644 index 0000000..35b5456 --- /dev/null +++ b/chains/mainnets/provenance/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "provenance", + "chainName": "Provenance", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/provenance", + "restUrl": "https://rest.cosmos.directory/provenance", + "chainId": "pio-mainnet-1", + "bech32": "pb", + "denom": "hash", + "denomUpper": "HASH", + "sdenom": "nhash", + "coinType": 505, + "coinDecimals": 9, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "provenance-blockchain", + "gasPriceStep": { + "low": 1905, + "average": 2100, + "high": 2500 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.13", + "ibcGoVersion": "6.2.0" + }, + "colors": { + "primaryOnLight": "#628ee4", + "primaryOnDark": "#628ee4", + "lighterOnLight": "#628ee4", + "lighterOnDark": "#628ee4", + "darkerOnLight": "#628ee4", + "darkerOnDark": "#628ee4" + }, + "links": [ + { + "title": "Official Website", + "url": "https://provenance.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.provenance.io/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/provenance-io", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/provenanceblockchain", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/provenancefdn", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/quasar/chain.json b/chains/mainnets/quasar/chain.json new file mode 100644 index 0000000..f5a58d3 --- /dev/null +++ b/chains/mainnets/quasar/chain.json @@ -0,0 +1,88 @@ +{ + "$schema": "../../chain.schema.json", + "name": "quasar", + "chainName": "Quasar", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png" + }, + "rpcUrl": "https://rpc.cosmos.directory/quasar", + "restUrl": "https://rest.cosmos.directory/quasar", + "chainId": "quasar-1", + "bech32": "quasar", + "denom": "qsr", + "denomUpper": "QSR", + "sdenom": "uqsr", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "quasar-2", + "gasPriceStep": { + "low": 0.01, + "average": 0.025, + "high": 0.03 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.16", + "ibcGoVersion": "4.4.2" + }, + "colors": { + "primaryOnLight": "#3552F6", + "primaryOnDark": "#3552F6", + "lighterOnLight": "#3552F6", + "lighterOnDark": "#3552F6", + "darkerOnLight": "#3552F6", + "darkerOnDark": "#3552F6" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.quasar.fi/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.quasar.fi/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/quasar-finance", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/@quasar.fi", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/quasarfi", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/quicksilver/chain.json b/chains/mainnets/quicksilver/chain.json new file mode 100644 index 0000000..efedec0 --- /dev/null +++ b/chains/mainnets/quicksilver/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "quicksilver", + "chainName": "Quicksilver", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/quicksilver", + "restUrl": "https://rest.cosmos.directory/quicksilver", + "chainId": "quicksilver-2", + "bech32": "quick", + "denom": "qck", + "denomUpper": "QCK", + "sdenom": "uqck", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "quicksilver", + "gasPriceStep": { + "low": 0.0001, + "average": 0.0001, + "high": 0.00025 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.16", + "ibcGoVersion": "5.3.2" + }, + "colors": { + "primaryOnLight": "#9b9b9b", + "primaryOnDark": "#9b9b9b", + "lighterOnLight": "#9b9b9b", + "lighterOnDark": "#9b9b9b", + "darkerOnLight": "#9b9b9b", + "darkerOnDark": "#9b9b9b" + }, + "links": [ + { + "title": "Official Website", + "url": "https://quicksilver.zone/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://quicksilver.zone/whitepaper.pdf", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/ingenuity-build/quicksilver", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/quicksilverzone", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/quicksilverzone", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/regen/chain.json b/chains/mainnets/regen/chain.json new file mode 100644 index 0000000..d792ba1 --- /dev/null +++ b/chains/mainnets/regen/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "regen", + "chainName": "Regen", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/regen", + "restUrl": "https://rest.cosmos.directory/regen", + "chainId": "regen-1", + "bech32": "regen", + "denom": "regen", + "denomUpper": "REGEN", + "sdenom": "uregen", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "regen", + "gasPriceStep": { + "low": 0.015, + "average": 0.025, + "high": 0.04 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.7", + "ibcGoVersion": "5.2.1" + }, + "colors": { + "primaryOnLight": "#43ad6b", + "primaryOnDark": "#43ad6b", + "lighterOnLight": "#43ad6b", + "lighterOnDark": "#43ad6b", + "darkerOnLight": "#43ad6b", + "darkerOnDark": "#43ad6b" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.regen.network/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.regen.network/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/regen-network", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/regen-network", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/regen_network", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/rizon/chain.json b/chains/mainnets/rizon/chain.json index adac4f2..08c765e 100644 --- a/chains/mainnets/rizon/chain.json +++ b/chains/mainnets/rizon/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer"], "coinGeckoId": "rizon", - "gasPrice": "25000uatolo", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.2" diff --git a/chains/mainnets/scorum/chain.json b/chains/mainnets/scorum/chain.json index 9aeac25..cd54535 100644 --- a/chains/mainnets/scorum/chain.json +++ b/chains/mainnets/scorum/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 9, "features": ["ibc-transfer"], "coinGeckoId": "", - "gasPrice": "1gas", "chainInfo": { "cosmosSdkVersion": "0.46.11", "ibcGoVersion": "6.1.0" diff --git a/chains/mainnets/secretnetwork/chain.json b/chains/mainnets/secretnetwork/chain.json index d95917f..6e1cc21 100644 --- a/chains/mainnets/secretnetwork/chain.json +++ b/chains/mainnets/secretnetwork/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["secretwasm", "ibc-go", "ibc-transfer"], "coinGeckoId": "secret", - "gasPrice": "300000uscrt", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.5.0" diff --git a/chains/mainnets/sei/chain.json b/chains/mainnets/sei/chain.json new file mode 100644 index 0000000..1915cd6 --- /dev/null +++ b/chains/mainnets/sei/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "sei", + "chainName": "Sei", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/sei", + "restUrl": "https://rest.cosmos.directory/sei", + "chainId": "pacific-1", + "bech32": "sei", + "denom": "sei", + "denomUpper": "SEI", + "sdenom": "usei", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "sei-network", + "gasPriceStep": { + "low": 0.02, + "average": 0.02, + "high": 0.04 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.10", + "ibcGoVersion": "3.0.0" + }, + "colors": { + "primaryOnLight": "#BA364D", + "primaryOnDark": "#BA364D", + "lighterOnLight": "#BA364D", + "lighterOnDark": "#BA364D", + "darkerOnLight": "#BA364D", + "darkerOnDark": "#BA364D" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.sei.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.sei.io/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/sei-protocol/sei-chain", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://blog.seinetwork.io/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/SeiNetwork", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/sentinel/chain.json b/chains/mainnets/sentinel/chain.json new file mode 100644 index 0000000..79170cd --- /dev/null +++ b/chains/mainnets/sentinel/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "sentinel", + "chainName": "Sentinel", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/sentinel", + "restUrl": "https://rest.cosmos.directory/sentinel", + "chainId": "sentinelhub-2", + "bech32": "sent", + "denom": "dvpn", + "denomUpper": "DVPN", + "sdenom": "udvpn", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "sentinel", + "gasPriceStep": { + "low": 0.1, + "average": 0.25, + "high": 0.4 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.16", + "ibcGoVersion": "4.4.2" + }, + "colors": { + "primaryOnLight": "#0492dc", + "primaryOnDark": "#0492dc", + "lighterOnLight": "#0492dc", + "lighterOnDark": "#0492dc", + "darkerOnLight": "#0492dc", + "darkerOnDark": "#0492dc" + }, + "links": [ + { + "title": "Official Website", + "url": "https://sentinel.co/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.sentinel.co/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/sentinel-official", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/sentinel", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/Sentinel_co", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/shentu/chain.json b/chains/mainnets/shentu/chain.json index 9542f2f..c22b703 100644 --- a/chains/mainnets/shentu/chain.json +++ b/chains/mainnets/shentu/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": [], "coinGeckoId": "certik", - "gasPrice": "25000uctk", "chainInfo": { "cosmosSdkVersion": "0.45.11", "ibcGoVersion": "4.2.1" diff --git a/chains/mainnets/sommelier/chain.json b/chains/mainnets/sommelier/chain.json new file mode 100644 index 0000000..be82c26 --- /dev/null +++ b/chains/mainnets/sommelier/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "sommelier", + "chainName": "Sommelier", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/sommelier", + "restUrl": "https://rest.cosmos.directory/sommelier", + "chainId": "sommelier-3", + "bech32": "somm", + "denom": "somm", + "denomUpper": "SOMM", + "sdenom": "usomm", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "sommelier", + "gasPriceStep": { + "low": 0.01, + "average": 0.025, + "high": 0.04 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.14", + "ibcGoVersion": "6.2.0" + }, + "colors": { + "primaryOnLight": "#a22b70", + "primaryOnDark": "#a22b70", + "lighterOnLight": "#a22b70", + "lighterOnDark": "#a22b70", + "darkerOnLight": "#a22b70", + "darkerOnDark": "#a22b70" + }, + "links": [ + { + "title": "Official Website", + "url": "https://sommelier.finance/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://tricky-sand-5e6.notion.site/Sommelier-Documentation-006e748753e34a1299f9b1d6ae3a4544", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/PeggyJV", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/@sommelierfinance", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/sommfinance", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/stafihub/chain.json b/chains/mainnets/stafihub/chain.json new file mode 100644 index 0000000..07e7f25 --- /dev/null +++ b/chains/mainnets/stafihub/chain.json @@ -0,0 +1,88 @@ +{ + "$schema": "../../chain.schema.json", + "name": "stafihub", + "chainName": "StaFi Hub", + "logo_URIs": { + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/stafihub", + "restUrl": "https://rest.cosmos.directory/stafihub", + "chainId": "stafihub-1", + "bech32": "stafi", + "denom": "fis", + "denomUpper": "FIS", + "sdenom": "ufis", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "stafi", + "gasPriceStep": { + "low": 0, + "average": 0.025, + "high": 0.04 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.13", + "ibcGoVersion": "5.2.1" + }, + "colors": { + "primaryOnLight": "#6758ff", + "primaryOnDark": "#6758ff", + "lighterOnLight": "#6758ff", + "lighterOnDark": "#6758ff", + "darkerOnLight": "#6758ff", + "darkerOnDark": "#6758ff" + }, + "links": [ + { + "title": "Official Website", + "url": "https://stafihub.io/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.stafihub.io/welcome-to-stafihub/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/stafihub/stafihub", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://stafi-protocol.medium.com/", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/StaFiHub_", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/stargaze/chain.json b/chains/mainnets/stargaze/chain.json index c8ad671..b3b0886 100644 --- a/chains/mainnets/stargaze/chain.json +++ b/chains/mainnets/stargaze/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "stargaze", - "gasPrice": "1ustars", "chainInfo": { "cosmosSdkVersion": "0.45.16", "ibcGoVersion": "4.4.2" diff --git a/chains/mainnets/stride/chain.json b/chains/mainnets/stride/chain.json index 84eab01..6f3aaa8 100644 --- a/chains/mainnets/stride/chain.json +++ b/chains/mainnets/stride/chain.json @@ -24,7 +24,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go"], "coinGeckoId": "stride", - "gasPrice": "0ustrd", "chainInfo": { "cosmosSdkVersion": "0.47.5", "ibcGoVersion": "7.3.1" diff --git a/chains/mainnets/teritori/chain.json b/chains/mainnets/teritori/chain.json index c4efc6c..3c202c4 100644 --- a/chains/mainnets/teritori/chain.json +++ b/chains/mainnets/teritori/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "cosmwasm"], "coinGeckoId": "teritori", - "gasPrice": "0utori", "chainInfo": { "cosmosSdkVersion": "0.45.10", "ibcGoVersion": "3.4.0" diff --git a/chains/mainnets/terra/chain.json b/chains/mainnets/terra/chain.json new file mode 100644 index 0000000..92b0e33 --- /dev/null +++ b/chains/mainnets/terra/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "terra", + "chainName": "Terra Classic", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/terra", + "restUrl": "https://rest.cosmos.directory/terra", + "chainId": "columbus-5", + "bech32": "terra", + "denom": "luna", + "denomUpper": "LUNC", + "sdenom": "uluna", + "coinType": 330, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "terra-luna", + "gasPriceStep": { + "low": 28.325, + "average": 28.325, + "high": 50 + }, + "chainInfo": { + "cosmosSdkVersion": "0.46.14", + "ibcGoVersion": "6.2.0" + }, + "colors": { + "primaryOnLight": "#1E75EE", + "primaryOnDark": "#1E75EE", + "lighterOnLight": "#1E75EE", + "lighterOnDark": "#1E75EE", + "darkerOnLight": "#1E75EE", + "darkerOnDark": "#1E75EE" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.terra.money/", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.terra.money/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/terra-money/core", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/terra-money", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/terra_money", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/umee/chain.json b/chains/mainnets/umee/chain.json new file mode 100644 index 0000000..a7e0711 --- /dev/null +++ b/chains/mainnets/umee/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "umee", + "chainName": "UX Chain", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg" + }, + "rpcUrl": "https://rpc.cosmos.directory/umee", + "restUrl": "https://rest.cosmos.directory/umee", + "chainId": "umee-1", + "bech32": "umee", + "denom": "umee", + "denomUpper": "UMEE", + "sdenom": "uumee", + "coinType": 118, + "coinDecimals": 6, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "umee", + "gasPriceStep": { + "low": 0.1, + "average": 0.12, + "high": 0.2 + }, + "chainInfo": { + "cosmosSdkVersion": "0.47.8", + "ibcGoVersion": "7.3.2" + }, + "colors": { + "primaryOnLight": "#bb90f8", + "primaryOnDark": "#bb90f8", + "lighterOnLight": "#bb90f8", + "lighterOnDark": "#bb90f8", + "darkerOnLight": "#bb90f8", + "darkerOnDark": "#bb90f8" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.ux.xyz", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.umee.cc/umee", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/umee-network", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/umeeblog", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/Umee_CrossChain", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/mainnets/xpla/chain.json b/chains/mainnets/xpla/chain.json new file mode 100644 index 0000000..ae2521c --- /dev/null +++ b/chains/mainnets/xpla/chain.json @@ -0,0 +1,89 @@ +{ + "$schema": "../../chain.schema.json", + "name": "xpla", + "chainName": "XPLA", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg" + }, + "rpcUrl": "https://dimension-rpc.xpla.dev", + "restUrl": "https://dimension-lcd.xpla.io", + "chainId": "dimension_37-1", + "bech32": "xpla", + "denom": "xpla", + "denomUpper": "XPLA", + "sdenom": "axpla", + "coinType": 60, + "coinDecimals": 18, + "features": [ + "ibc-transfer" + ], + "coinGeckoId": "xpla", + "gasPriceStep": { + "low": 850000000000, + "average": 1147500000000, + "high": 1487500000000 + }, + "chainInfo": { + "cosmosSdkVersion": "0.45.16", + "ibcGoVersion": "4.5.1" + }, + "colors": { + "primaryOnLight": "#00b1ff", + "primaryOnDark": "#00b1ff", + "lighterOnLight": "#00b1ff", + "lighterOnDark": "#00b1ff", + "darkerOnLight": "#00b1ff", + "darkerOnDark": "#00b1ff" + }, + "links": [ + { + "title": "Official Website", + "url": "https://xpla.io", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.xpla.io/", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/xpladev", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/@XPLA_Official", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/XPLA_Official", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false +} diff --git a/chains/testnets/archway_testnet/chain.json b/chains/testnets/archway_testnet/chain.json index f1b6cf5..ead47a8 100644 --- a/chains/testnets/archway_testnet/chain.json +++ b/chains/testnets/archway_testnet/chain.json @@ -22,7 +22,6 @@ "coinDecimals": 18, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "", - "gasPrice": "1000000000000aconst", "assets": [ { "base": "aconst", diff --git a/chains/testnets/babylon_testnet/chain.json b/chains/testnets/babylon_testnet/chain.json index 8c5bc16..5081fde 100644 --- a/chains/testnets/babylon_testnet/chain.json +++ b/chains/testnets/babylon_testnet/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm"], "coinGeckoId": "", - "gasPrice": "10000ubbn", "assets": [ { "base": "ubbn", diff --git a/chains/testnets/cosmos_testnet/chain.json b/chains/testnets/cosmos_testnet/chain.json index 808317e..4464237 100644 --- a/chains/testnets/cosmos_testnet/chain.json +++ b/chains/testnets/cosmos_testnet/chain.json @@ -23,7 +23,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go"], "coinGeckoId": "", - "gasPrice": "2500uatom", "assets": [ { "base": "uatom", diff --git a/chains/testnets/juno_testnet/chain.json b/chains/testnets/juno_testnet/chain.json index 9f9994f..d60f49a 100644 --- a/chains/testnets/juno_testnet/chain.json +++ b/chains/testnets/juno_testnet/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "", - "gasPrice": "25000ujunox", "assets": [ { "base": "ujunox", diff --git a/chains/testnets/neutron_testnet/chain.json b/chains/testnets/neutron_testnet/chain.json index fb2d649..043d637 100644 --- a/chains/testnets/neutron_testnet/chain.json +++ b/chains/testnets/neutron_testnet/chain.json @@ -24,7 +24,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "cosmwasm"], "coinGeckoId": "", - "gasPrice": "25000untrn", "assets": [ { "base": "untrn", diff --git a/chains/testnets/nois_testnet/chain.json b/chains/testnets/nois_testnet/chain.json index db2ed24..75abfaf 100644 --- a/chains/testnets/nois_testnet/chain.json +++ b/chains/testnets/nois_testnet/chain.json @@ -21,7 +21,6 @@ "coinDecimals": 6, "features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"], "coinGeckoId": "", - "gasPrice": "50000unois", "assets": [ { "base": "unois",