Skip to main content
Glama
paths.js624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.makeCosmoshubPath = void 0; const crypto_1 = require("@cosmjs/crypto"); /** * The Cosmos Hub derivation path in the form `m/44'/118'/0'/0/a` * with 0-based account index `a`. */ function makeCosmoshubPath(a) { return [ crypto_1.Slip10RawIndex.hardened(44), crypto_1.Slip10RawIndex.hardened(118), crypto_1.Slip10RawIndex.hardened(0), crypto_1.Slip10RawIndex.normal(0), crypto_1.Slip10RawIndex.normal(a), ]; } exports.makeCosmoshubPath = makeCosmoshubPath; //# sourceMappingURL=paths.js.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server