@kyve/sdk-beta
Version:
<p align="center"> <a href="https://kyve.network"> <img src="https://user-images.githubusercontent.com/62398724/137493477-63868209-a19b-4efa-9413-f06d41197d6d.png" style="border-radius: 50%" height="96"> </a> <h3 align="center"><code>@kyve/sdk</
90 lines • 2.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KYVE_COSMOSTATION_CONFIG = exports.KYVE_KEPLR_CONFIG = exports.GOV_AUTHORITY = exports.PREFIX = exports.KYVE_ENDPOINTS = exports.SUPPORTED_WALLETS = exports.DENOM = exports.KYVE_DECIMALS = void 0;
var cosmos_1 = require("@keplr-wallet/cosmos");
exports.KYVE_DECIMALS = 9;
exports.DENOM = "tkyve";
exports.SUPPORTED_WALLETS = {
KEPLER: "KEPLER",
COSMOSTATION: "COSMOSTATION",
};
exports.KYVE_ENDPOINTS = {
local: {
rpc: "http://0.0.0.0:26657",
rest: "http://0.0.0.0:1317",
chainId: "kyve-local",
chainName: "KYVE - Local",
},
alpha: {
rpc: "https://rpc.alpha.kyve.network",
rest: "https://api.alpha.kyve.network",
chainId: "kyve-alpha",
chainName: "KYVE - Alpha",
},
beta: {
rpc: "https://rpc.beta.kyve.network",
rest: "https://api.beta.kyve.network",
chainId: "kyve-beta",
chainName: "KYVE - Beta",
},
korellia: {
rpc: "https://rpc.korellia.kyve.network",
rest: "https://api.korellia.kyve.network",
chainId: "korellia",
chainName: "Korellia",
},
};
exports.PREFIX = "kyve";
exports.GOV_AUTHORITY = "kyve10d07y265gmmuvt4z0w9aw880jnsr700jdv7nah";
exports.KYVE_KEPLR_CONFIG = {
rpc: "",
rest: "",
chainId: "",
chainName: "",
stakeCurrency: {
coinDenom: "KYVE",
coinMinimalDenom: "tkyve",
coinDecimals: exports.KYVE_DECIMALS,
},
bip44: {
coinType: 118,
},
bech32Config: cosmos_1.Bech32Address.defaultBech32Config("kyve"),
currencies: [
{
coinDenom: "KYVE",
coinMinimalDenom: "tkyve",
coinDecimals: exports.KYVE_DECIMALS,
},
],
feeCurrencies: [
{
coinDenom: "KYVE",
coinMinimalDenom: "tkyve",
coinDecimals: exports.KYVE_DECIMALS,
},
],
coinType: 118,
gasPriceStep: {
low: 2,
average: 2.5,
high: 10,
},
features: ["ibc-transfer", "ibc-go"],
};
exports.KYVE_COSMOSTATION_CONFIG = {
chainId: "",
restURL: "",
chainName: "",
baseDenom: "tkyve",
displayDenom: "KYVE",
addressPrefix: exports.PREFIX,
coinType: "118",
decimals: exports.KYVE_DECIMALS,
gasRate: {
tiny: "1.6",
low: "2",
average: "0.8",
},
};
//# sourceMappingURL=constants.js.map