chain-registry 2.0.193 → 2.0.194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,8 +150,7 @@ const info = {
150
150
  },
151
151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
152
152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
153
- }],
154
- coingeckoId: 'vidulum'
153
+ }]
155
154
  },
156
155
  {
157
156
  description: 'Astrovault AXV',
@@ -170,6 +170,7 @@ import * as _pryzm from './pryzm';
170
170
  import * as _pundix from './pundix';
171
171
  import * as _pylons from './pylons';
172
172
  import * as _qfs from './qfs';
173
+ import * as _qie from './qie';
173
174
  import * as _quasar from './quasar';
174
175
  import * as _qubetics from './qubetics';
175
176
  import * as _quicksilver from './quicksilver';
@@ -403,6 +404,7 @@ const assetList = [
403
404
  _pundix.assetList,
404
405
  _pylons.assetList,
405
406
  _qfs.assetList,
407
+ _qie.assetList,
406
408
  _quasar.assetList,
407
409
  _qubetics.assetList,
408
410
  _quicksilver.assetList,
@@ -49,7 +49,6 @@ const info = {
49
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
50
50
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
51
51
  },
52
- coingeckoId: 'vidulum',
53
52
  images: [{
54
53
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
55
54
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
@@ -170,6 +170,7 @@ import * as _pryzm from './pryzm';
170
170
  import * as _pundix from './pundix';
171
171
  import * as _pylons from './pylons';
172
172
  import * as _qfs from './qfs';
173
+ import * as _qie from './qie';
173
174
  import * as _quasar from './quasar';
174
175
  import * as _qubetics from './qubetics';
175
176
  import * as _quicksilver from './quicksilver';
@@ -403,6 +404,7 @@ const chains = [
403
404
  _pundix.chain,
404
405
  _pylons.chain,
405
406
  _qfs.chain,
407
+ _qie.chain,
406
408
  _quasar.chain,
407
409
  _qubetics.chain,
408
410
  _quicksilver.chain,
@@ -1758,7 +1758,6 @@ const info = {
1758
1758
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
1759
1759
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
1760
1760
  }],
1761
- coingeckoId: 'vidulum',
1762
1761
  keywords: ['osmosis_unstable']
1763
1762
  },
1764
1763
  {
@@ -20698,8 +20697,7 @@ const info = {
20698
20697
  },
20699
20698
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
20700
20699
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
20701
- }],
20702
- coingeckoId: 'vidulum'
20700
+ }]
20703
20701
  },
20704
20702
  {
20705
20703
  description: 'Real power moves quietly.',
@@ -0,0 +1,32 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'qie',
4
+ assets: [{
5
+ description: 'QIE is the native gas and staking token of the QIE Blockchain, a high-performance Layer-1 EVM-compatible Cosmos SDK chain',
6
+ extendedDescription: 'QIE Blockchain V3 is a next-generation Layer 1 protocol with EVM and Cosmos interoperability. The QIE token powers transactions, smart contract execution, and network security. It can be used as both a Cosmos-native coin (denom: aqie) and as an ERC-20 token on the chain\'s EVM layer through an automatic ERC-20 conversion precompile at address 0xD4949664cD82660AaE99bEdc034a0deA8A0bd517.',
7
+ denomUnits: [{
8
+ denom: 'aqie',
9
+ exponent: 0,
10
+ aliases: ['attoqie']
11
+ }, {
12
+ denom: 'qie',
13
+ exponent: 18
14
+ }],
15
+ typeAsset: 'evm-base',
16
+ base: 'aqie',
17
+ name: 'QIE',
18
+ display: 'qie',
19
+ symbol: 'QIE',
20
+ coingeckoId: 'qie',
21
+ logoURIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
23
+ },
24
+ images: [{
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
26
+ }],
27
+ socials: {
28
+ website: 'https://qie.digital'
29
+ }
30
+ }]
31
+ };
32
+ export default info;
@@ -0,0 +1,75 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'qie',
4
+ status: 'live',
5
+ website: 'https://qie.digital',
6
+ networkType: 'mainnet',
7
+ prettyName: 'QIE',
8
+ chainType: 'cosmos',
9
+ chainId: 'qie_1990-1',
10
+ bech32Prefix: 'qie',
11
+ daemonName: 'qied',
12
+ nodeHome: '$HOME/.qied',
13
+ keyAlgos: ['ethsecp256k1'],
14
+ slip44: 60,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'aqie',
18
+ fixedMinGasPrice: 0,
19
+ lowGasPrice: 20000000000,
20
+ averageGasPrice: 25000000000,
21
+ highGasPrice: 40000000000
22
+ }]
23
+ },
24
+ staking: {
25
+ stakingTokens: [{
26
+ denom: 'aqie'
27
+ }]
28
+ },
29
+ codebase: {
30
+ gitRepo: 'https://github.com/qieadmin/qie',
31
+ recommendedVersion: 'v1.0.0',
32
+ genesis: {
33
+ genesisUrl: 'https://github.com/qieadmin/qie/raw/main/genesis.json'
34
+ }
35
+ },
36
+ apis: {
37
+ rpc: [{
38
+ address: 'https://rpc.qie.digital',
39
+ provider: 'QIE Foundation'
40
+ }, {
41
+ address: 'https://tendermint.qie.digital',
42
+ provider: 'QIE Foundation'
43
+ }],
44
+ rest: [{
45
+ address: 'https://api.qie.digital',
46
+ provider: 'QIE Foundation'
47
+ }],
48
+ grpc: [{
49
+ address: 'grpc.qie.digital:443',
50
+ provider: 'QIE Foundation'
51
+ }],
52
+ evmHttpJsonrpc: [{
53
+ address: 'https://rpc1mainnet.qie.digital',
54
+ provider: 'QIE Foundation'
55
+ }, {
56
+ address: 'https://rpc2mainnet.qie.digital',
57
+ provider: 'QIE Foundation'
58
+ }]
59
+ },
60
+ explorers: [{
61
+ kind: 'qie-explorer',
62
+ url: 'https://mainnet.qie.digital',
63
+ txPage: 'https://mainnet.qie.digital/tx/${txHash}',
64
+ accountPage: 'https://mainnet.qie.digital/address/${accountAddress}'
65
+ }],
66
+ keywords: ['evm'],
67
+ extraCodecs: ['ethermint'],
68
+ logoURIs: {
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
70
+ },
71
+ images: [{
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
73
+ }]
74
+ };
75
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -152,8 +152,7 @@ const info = {
152
152
  },
153
153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
154
154
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
155
- }],
156
- coingeckoId: 'vidulum'
155
+ }]
157
156
  },
158
157
  {
159
158
  description: 'Astrovault AXV',
@@ -195,6 +195,7 @@ const _pryzm = __importStar(require("./pryzm"));
195
195
  const _pundix = __importStar(require("./pundix"));
196
196
  const _pylons = __importStar(require("./pylons"));
197
197
  const _qfs = __importStar(require("./qfs"));
198
+ const _qie = __importStar(require("./qie"));
198
199
  const _quasar = __importStar(require("./quasar"));
199
200
  const _qubetics = __importStar(require("./qubetics"));
200
201
  const _quicksilver = __importStar(require("./quicksilver"));
@@ -428,6 +429,7 @@ const assetList = [
428
429
  _pundix.assetList,
429
430
  _pylons.assetList,
430
431
  _qfs.assetList,
432
+ _qie.assetList,
431
433
  _quasar.assetList,
432
434
  _qubetics.assetList,
433
435
  _quicksilver.assetList,
@@ -51,7 +51,6 @@ const info = {
51
51
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
52
52
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
53
53
  },
54
- coingeckoId: 'vidulum',
55
54
  images: [{
56
55
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
57
56
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
package/mainnet/chains.js CHANGED
@@ -195,6 +195,7 @@ const _pryzm = __importStar(require("./pryzm"));
195
195
  const _pundix = __importStar(require("./pundix"));
196
196
  const _pylons = __importStar(require("./pylons"));
197
197
  const _qfs = __importStar(require("./qfs"));
198
+ const _qie = __importStar(require("./qie"));
198
199
  const _quasar = __importStar(require("./quasar"));
199
200
  const _qubetics = __importStar(require("./qubetics"));
200
201
  const _quicksilver = __importStar(require("./quicksilver"));
@@ -428,6 +429,7 @@ const chains = [
428
429
  _pundix.chain,
429
430
  _pylons.chain,
430
431
  _qfs.chain,
432
+ _qie.chain,
431
433
  _quasar.chain,
432
434
  _qubetics.chain,
433
435
  _quicksilver.chain,
@@ -1760,7 +1760,6 @@ const info = {
1760
1760
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
1761
1761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
1762
1762
  }],
1763
- coingeckoId: 'vidulum',
1764
1763
  keywords: ['osmosis_unstable']
1765
1764
  },
1766
1765
  {
@@ -20700,8 +20699,7 @@ const info = {
20700
20699
  },
20701
20700
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
20702
20701
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
20703
- }],
20704
- coingeckoId: 'vidulum'
20702
+ }]
20705
20703
  },
20706
20704
  {
20707
20705
  description: 'Real power moves quietly.',
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'qie',
6
+ assets: [{
7
+ description: 'QIE is the native gas and staking token of the QIE Blockchain, a high-performance Layer-1 EVM-compatible Cosmos SDK chain',
8
+ extendedDescription: 'QIE Blockchain V3 is a next-generation Layer 1 protocol with EVM and Cosmos interoperability. The QIE token powers transactions, smart contract execution, and network security. It can be used as both a Cosmos-native coin (denom: aqie) and as an ERC-20 token on the chain\'s EVM layer through an automatic ERC-20 conversion precompile at address 0xD4949664cD82660AaE99bEdc034a0deA8A0bd517.',
9
+ denomUnits: [{
10
+ denom: 'aqie',
11
+ exponent: 0,
12
+ aliases: ['attoqie']
13
+ }, {
14
+ denom: 'qie',
15
+ exponent: 18
16
+ }],
17
+ typeAsset: 'evm-base',
18
+ base: 'aqie',
19
+ name: 'QIE',
20
+ display: 'qie',
21
+ symbol: 'QIE',
22
+ coingeckoId: 'qie',
23
+ logoURIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
25
+ },
26
+ images: [{
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
28
+ }],
29
+ socials: {
30
+ website: 'https://qie.digital'
31
+ }
32
+ }]
33
+ };
34
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'qie',
6
+ status: 'live',
7
+ website: 'https://qie.digital',
8
+ networkType: 'mainnet',
9
+ prettyName: 'QIE',
10
+ chainType: 'cosmos',
11
+ chainId: 'qie_1990-1',
12
+ bech32Prefix: 'qie',
13
+ daemonName: 'qied',
14
+ nodeHome: '$HOME/.qied',
15
+ keyAlgos: ['ethsecp256k1'],
16
+ slip44: 60,
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'aqie',
20
+ fixedMinGasPrice: 0,
21
+ lowGasPrice: 20000000000,
22
+ averageGasPrice: 25000000000,
23
+ highGasPrice: 40000000000
24
+ }]
25
+ },
26
+ staking: {
27
+ stakingTokens: [{
28
+ denom: 'aqie'
29
+ }]
30
+ },
31
+ codebase: {
32
+ gitRepo: 'https://github.com/qieadmin/qie',
33
+ recommendedVersion: 'v1.0.0',
34
+ genesis: {
35
+ genesisUrl: 'https://github.com/qieadmin/qie/raw/main/genesis.json'
36
+ }
37
+ },
38
+ apis: {
39
+ rpc: [{
40
+ address: 'https://rpc.qie.digital',
41
+ provider: 'QIE Foundation'
42
+ }, {
43
+ address: 'https://tendermint.qie.digital',
44
+ provider: 'QIE Foundation'
45
+ }],
46
+ rest: [{
47
+ address: 'https://api.qie.digital',
48
+ provider: 'QIE Foundation'
49
+ }],
50
+ grpc: [{
51
+ address: 'grpc.qie.digital:443',
52
+ provider: 'QIE Foundation'
53
+ }],
54
+ evmHttpJsonrpc: [{
55
+ address: 'https://rpc1mainnet.qie.digital',
56
+ provider: 'QIE Foundation'
57
+ }, {
58
+ address: 'https://rpc2mainnet.qie.digital',
59
+ provider: 'QIE Foundation'
60
+ }]
61
+ },
62
+ explorers: [{
63
+ kind: 'qie-explorer',
64
+ url: 'https://mainnet.qie.digital',
65
+ txPage: 'https://mainnet.qie.digital/tx/${txHash}',
66
+ accountPage: 'https://mainnet.qie.digital/address/${accountAddress}'
67
+ }],
68
+ keywords: ['evm'],
69
+ extraCodecs: ['ethermint'],
70
+ logoURIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
75
+ }]
76
+ };
77
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assetList = asset_list_1.default;
10
+ exports.chain = chain_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.193",
3
+ "version": "2.0.194",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.193"
32
+ "@chain-registry/types": "^2.0.194"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "cf11344a8ac709b6924e6c476e0a58acc719b5d2"
42
+ "gitHead": "f5508942c017d1d9ea588b45be31dfaa9241020b"
43
43
  }