@stakekit/common
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -96,3 +96,13 @@ "use strict"; | ||
}, | ||
[enums_1.Networks.Quicksilver]: { | ||
network: enums_1.Networks.Quicksilver, | ||
chainId: 'quicksilver-2', | ||
name: 'Quicksilver', | ||
denom: enums_1.CosmosGasDenom.QCK, | ||
minimalDenom: enums_1.CosmosGasDenom.uqck, | ||
decimals: 6, | ||
bech32Prefix: 'quick', | ||
coinGeckoId: 'quicksilver', | ||
}, | ||
}; | ||
//# sourceMappingURL=cosmos-chains.js.map |
@@ -29,4 +29,6 @@ export declare enum GasMode { | ||
NOM = "NOM", | ||
anom = "anom" | ||
anom = "anom", | ||
QCK = "QCK", | ||
uqck = "uqck" | ||
} | ||
//# sourceMappingURL=gas.enum.d.ts.map |
@@ -36,3 +36,5 @@ "use strict"; | ||
CosmosGasDenom["anom"] = "anom"; | ||
CosmosGasDenom["QCK"] = "QCK"; | ||
CosmosGasDenom["uqck"] = "uqck"; | ||
})(CosmosGasDenom = exports.CosmosGasDenom || (exports.CosmosGasDenom = {})); | ||
//# sourceMappingURL=gas.enum.js.map |
@@ -24,3 +24,4 @@ export declare enum EvmNetworks { | ||
Persistence = "persistence", | ||
Axelar = "axelar" | ||
Axelar = "axelar", | ||
Quicksilver = "quicksilver" | ||
} | ||
@@ -47,2 +48,3 @@ export declare enum MiscNetworks { | ||
Axelar: CosmosNetworks.Axelar; | ||
Quicksilver: CosmosNetworks.Quicksilver; | ||
AvalancheC: EvmNetworks.AvalancheC; | ||
@@ -49,0 +51,0 @@ AvalancheCAtomic: EvmNetworks.AvalancheCAtomic; |
@@ -30,2 +30,3 @@ "use strict"; | ||
CosmosNetworks["Axelar"] = "axelar"; | ||
CosmosNetworks["Quicksilver"] = "quicksilver"; | ||
})(CosmosNetworks = exports.CosmosNetworks || (exports.CosmosNetworks = {})); | ||
@@ -32,0 +33,0 @@ var MiscNetworks; |
@@ -93,3 +93,13 @@ import { CosmosGasDenom, Networks } from '../enums'; | ||
}, | ||
[Networks.Quicksilver]: { | ||
network: Networks.Quicksilver, | ||
chainId: 'quicksilver-2', | ||
name: 'Quicksilver', | ||
denom: CosmosGasDenom.QCK, | ||
minimalDenom: CosmosGasDenom.uqck, | ||
decimals: 6, | ||
bech32Prefix: 'quick', | ||
coinGeckoId: 'quicksilver', | ||
}, | ||
}; | ||
//# sourceMappingURL=cosmos-chains.js.map |
@@ -29,4 +29,6 @@ export declare enum GasMode { | ||
NOM = "NOM", | ||
anom = "anom" | ||
anom = "anom", | ||
QCK = "QCK", | ||
uqck = "uqck" | ||
} | ||
//# sourceMappingURL=gas.enum.d.ts.map |
@@ -33,3 +33,5 @@ export var GasMode; | ||
CosmosGasDenom["anom"] = "anom"; | ||
CosmosGasDenom["QCK"] = "QCK"; | ||
CosmosGasDenom["uqck"] = "uqck"; | ||
})(CosmosGasDenom || (CosmosGasDenom = {})); | ||
//# sourceMappingURL=gas.enum.js.map |
@@ -24,3 +24,4 @@ export declare enum EvmNetworks { | ||
Persistence = "persistence", | ||
Axelar = "axelar" | ||
Axelar = "axelar", | ||
Quicksilver = "quicksilver" | ||
} | ||
@@ -47,2 +48,3 @@ export declare enum MiscNetworks { | ||
Axelar: CosmosNetworks.Axelar; | ||
Quicksilver: CosmosNetworks.Quicksilver; | ||
AvalancheC: EvmNetworks.AvalancheC; | ||
@@ -49,0 +51,0 @@ AvalancheCAtomic: EvmNetworks.AvalancheCAtomic; |
@@ -27,2 +27,3 @@ export var EvmNetworks; | ||
CosmosNetworks["Axelar"] = "axelar"; | ||
CosmosNetworks["Quicksilver"] = "quicksilver"; | ||
})(CosmosNetworks || (CosmosNetworks = {})); | ||
@@ -29,0 +30,0 @@ export var MiscNetworks; |
{ | ||
"name": "@stakekit/common", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "clean": "rm -rf lib", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
141173
891