chain-registry 2.0.53 → 2.0.54

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.
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chainName: 'intento',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native token of INTENTO',
6
7
  denomUnits: [{
7
8
  denom: 'uinto',
@@ -23,6 +24,89 @@ const info = {
23
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
24
25
  }],
25
26
  typeAsset: 'sdk.coin'
26
- }]
27
+ },
28
+ {
29
+ description: 'The staking token of the Cosmos Hub',
30
+ extendedDescription: 'ATOM secures the Cosmos Hub and is one of the most widely used IBC tokens. It can be used for staking, governance, and gas across the Cosmos ecosystem.',
31
+ denomUnits: [{
32
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
33
+ exponent: 0,
34
+ aliases: ['uatom']
35
+ }, {
36
+ denom: 'ATOM',
37
+ exponent: 6
38
+ }],
39
+ typeAsset: 'ics20',
40
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
41
+ name: 'Cosmos Hub',
42
+ display: 'ATOM',
43
+ symbol: 'ATOM',
44
+ logoURIs: {
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
46
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
47
+ },
48
+ traces: [{
49
+ type: 'ibc',
50
+ counterparty: {
51
+ chainName: 'cosmoshub',
52
+ baseDenom: 'uatom',
53
+ channelId: 'channel-1492'
54
+ },
55
+ chain: {
56
+ channelId: 'channel-1',
57
+ path: 'transfer/channel-1/uatom'
58
+ }
59
+ }],
60
+ images: [{
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
63
+ imageSync: {
64
+ chainName: 'cosmoshub',
65
+ baseDenom: 'uatom'
66
+ }
67
+ }]
68
+ },
69
+ {
70
+ description: 'The native token of Osmosis',
71
+ extendedDescription: 'OSMO is the staking and governance token of Osmosis, the leading interchain DEX. It is also widely used as an IBC gas token.',
72
+ denomUnits: [{
73
+ denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
74
+ exponent: 0,
75
+ aliases: ['uosmo']
76
+ }, {
77
+ denom: 'OSMO',
78
+ exponent: 6
79
+ }],
80
+ typeAsset: 'ics20',
81
+ base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
82
+ name: 'Osmosis',
83
+ display: 'OSMO',
84
+ symbol: 'OSMO',
85
+ logoURIs: {
86
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
87
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
88
+ },
89
+ traces: [{
90
+ type: 'ibc',
91
+ counterparty: {
92
+ chainName: 'osmosis',
93
+ baseDenom: 'uosmo',
94
+ channelId: 'channel-106076'
95
+ },
96
+ chain: {
97
+ channelId: 'channel-3',
98
+ path: 'transfer/channel-3/uosmo'
99
+ }
100
+ }],
101
+ images: [{
102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
104
+ imageSync: {
105
+ chainName: 'osmosis',
106
+ baseDenom: 'uosmo'
107
+ }
108
+ }]
109
+ }
110
+ ]
27
111
  };
28
112
  export default info;
@@ -10,13 +10,32 @@ const info = {
10
10
  daemonName: 'intentod',
11
11
  nodeHome: '$HOME/.intento',
12
12
  keyAlgos: ['secp256k1'],
13
- slip44: 118,
14
13
  fees: {
15
- feeTokens: [{
14
+ feeTokens: [
15
+ {
16
16
  denom: 'uinto',
17
- fixedMinGasPrice: 0
18
- }]
17
+ fixedMinGasPrice: 0.01,
18
+ lowGasPrice: 0.01,
19
+ averageGasPrice: 0.02,
20
+ highGasPrice: 0.03
21
+ },
22
+ {
23
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
24
+ fixedMinGasPrice: 0.003,
25
+ lowGasPrice: 0.003,
26
+ averageGasPrice: 0.007,
27
+ highGasPrice: 0.015
28
+ },
29
+ {
30
+ denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
31
+ fixedMinGasPrice: 0.005,
32
+ lowGasPrice: 0.005,
33
+ averageGasPrice: 0.01,
34
+ highGasPrice: 0.02
35
+ }
36
+ ]
19
37
  },
38
+ slip44: 118,
20
39
  staking: {
21
40
  stakingTokens: [{
22
41
  denom: 'uinto'
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chainName: 'intento',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The native token of INTENTO',
8
9
  denomUnits: [{
9
10
  denom: 'uinto',
@@ -25,6 +26,89 @@ const info = {
25
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
26
27
  }],
27
28
  typeAsset: 'sdk.coin'
28
- }]
29
+ },
30
+ {
31
+ description: 'The staking token of the Cosmos Hub',
32
+ extendedDescription: 'ATOM secures the Cosmos Hub and is one of the most widely used IBC tokens. It can be used for staking, governance, and gas across the Cosmos ecosystem.',
33
+ denomUnits: [{
34
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
35
+ exponent: 0,
36
+ aliases: ['uatom']
37
+ }, {
38
+ denom: 'ATOM',
39
+ exponent: 6
40
+ }],
41
+ typeAsset: 'ics20',
42
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
43
+ name: 'Cosmos Hub',
44
+ display: 'ATOM',
45
+ symbol: 'ATOM',
46
+ logoURIs: {
47
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
48
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
49
+ },
50
+ traces: [{
51
+ type: 'ibc',
52
+ counterparty: {
53
+ chainName: 'cosmoshub',
54
+ baseDenom: 'uatom',
55
+ channelId: 'channel-1492'
56
+ },
57
+ chain: {
58
+ channelId: 'channel-1',
59
+ path: 'transfer/channel-1/uatom'
60
+ }
61
+ }],
62
+ images: [{
63
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
64
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
65
+ imageSync: {
66
+ chainName: 'cosmoshub',
67
+ baseDenom: 'uatom'
68
+ }
69
+ }]
70
+ },
71
+ {
72
+ description: 'The native token of Osmosis',
73
+ extendedDescription: 'OSMO is the staking and governance token of Osmosis, the leading interchain DEX. It is also widely used as an IBC gas token.',
74
+ denomUnits: [{
75
+ denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
76
+ exponent: 0,
77
+ aliases: ['uosmo']
78
+ }, {
79
+ denom: 'OSMO',
80
+ exponent: 6
81
+ }],
82
+ typeAsset: 'ics20',
83
+ base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
84
+ name: 'Osmosis',
85
+ display: 'OSMO',
86
+ symbol: 'OSMO',
87
+ logoURIs: {
88
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
89
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
90
+ },
91
+ traces: [{
92
+ type: 'ibc',
93
+ counterparty: {
94
+ chainName: 'osmosis',
95
+ baseDenom: 'uosmo',
96
+ channelId: 'channel-106076'
97
+ },
98
+ chain: {
99
+ channelId: 'channel-3',
100
+ path: 'transfer/channel-3/uosmo'
101
+ }
102
+ }],
103
+ images: [{
104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
106
+ imageSync: {
107
+ chainName: 'osmosis',
108
+ baseDenom: 'uosmo'
109
+ }
110
+ }]
111
+ }
112
+ ]
29
113
  };
30
114
  exports.default = info;
@@ -12,13 +12,32 @@ const info = {
12
12
  daemonName: 'intentod',
13
13
  nodeHome: '$HOME/.intento',
14
14
  keyAlgos: ['secp256k1'],
15
- slip44: 118,
16
15
  fees: {
17
- feeTokens: [{
16
+ feeTokens: [
17
+ {
18
18
  denom: 'uinto',
19
- fixedMinGasPrice: 0
20
- }]
19
+ fixedMinGasPrice: 0.01,
20
+ lowGasPrice: 0.01,
21
+ averageGasPrice: 0.02,
22
+ highGasPrice: 0.03
23
+ },
24
+ {
25
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
26
+ fixedMinGasPrice: 0.003,
27
+ lowGasPrice: 0.003,
28
+ averageGasPrice: 0.007,
29
+ highGasPrice: 0.015
30
+ },
31
+ {
32
+ denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
33
+ fixedMinGasPrice: 0.005,
34
+ lowGasPrice: 0.005,
35
+ averageGasPrice: 0.01,
36
+ highGasPrice: 0.02
37
+ }
38
+ ]
21
39
  },
40
+ slip44: 118,
22
41
  staking: {
23
42
  stakingTokens: [{
24
43
  denom: 'uinto'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.53",
3
+ "version": "2.0.54",
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.53"
32
+ "@chain-registry/types": "^2.0.54"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "ec6f02ffd937e1c36b68ec780a39439a68a68e86"
42
+ "gitHead": "8e5c4d9588c8e5c1b26d2a71e3626e16aed2083c"
43
43
  }