@chain-registry/assets 1.64.40 → 1.64.41

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.
@@ -10407,6 +10407,45 @@ const assets = {
10407
10407
  }
10408
10408
  }]
10409
10409
  },
10410
+ {
10411
+ description: 'The native token of Penumbra.',
10412
+ denom_units: [{
10413
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10414
+ exponent: 0,
10415
+ aliases: ['upenumbra']
10416
+ }, {
10417
+ denom: 'penumbra',
10418
+ exponent: 6
10419
+ }],
10420
+ type_asset: 'unknown',
10421
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10422
+ display: 'penumbra',
10423
+ symbol: 'UM',
10424
+ name: 'Penumbra',
10425
+ images: [{
10426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
10427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
10428
+ theme: {
10429
+ circle: true,
10430
+ primary_color_hex: '#c7b07f'
10431
+ }
10432
+ }],
10433
+ socials: {
10434
+ website: 'https://penumbra.zone/',
10435
+ twitter: 'https://twitter.com/penumbrazone'
10436
+ },
10437
+ traces: [{
10438
+ type: 'ibc',
10439
+ counterparty: {
10440
+ channel_id: 'channel-4',
10441
+ base_denom: 'upenumbra',
10442
+ chain_name: 'penumbra'
10443
+ },
10444
+ chain: {
10445
+ channel_id: 'channel-79703'
10446
+ }
10447
+ }]
10448
+ },
10410
10449
  {
10411
10450
  description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
10412
10451
  denom_units: [{
@@ -15989,6 +16028,45 @@ const assets = {
15989
16028
  }
15990
16029
  }]
15991
16030
  },
16031
+ {
16032
+ description: 'The native token of Penumbra.',
16033
+ denom_units: [{
16034
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16035
+ exponent: 0,
16036
+ aliases: ['upenumbra']
16037
+ }, {
16038
+ denom: 'penumbra',
16039
+ exponent: 6
16040
+ }],
16041
+ type_asset: 'unknown',
16042
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16043
+ display: 'penumbra',
16044
+ symbol: 'UM',
16045
+ name: 'Penumbra',
16046
+ images: [{
16047
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
16048
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
16049
+ theme: {
16050
+ circle: true,
16051
+ primary_color_hex: '#c7b07f'
16052
+ }
16053
+ }],
16054
+ socials: {
16055
+ website: 'https://penumbra.zone/',
16056
+ twitter: 'https://twitter.com/penumbrazone'
16057
+ },
16058
+ traces: [{
16059
+ type: 'ibc',
16060
+ counterparty: {
16061
+ channel_id: 'channel-4',
16062
+ base_denom: 'upenumbra',
16063
+ chain_name: 'penumbra'
16064
+ },
16065
+ chain: {
16066
+ channel_id: 'channel-79703'
16067
+ }
16068
+ }]
16069
+ },
15992
16070
  {
15993
16071
  description: 'Puppy',
15994
16072
  denom_units: [{
@@ -2,5 +2,6 @@ import _ethereum from './ethereum';
2
2
  import _picasso from './picasso';
3
3
  import _solana from './solana';
4
4
  import _composablepolkadot from './composablepolkadot';
5
- const assets = [_ethereum, _picasso, _solana, _composablepolkadot];
5
+ import _penumbra from './penumbra';
6
+ const assets = [_ethereum, _picasso, _solana, _composablepolkadot, _penumbra];
6
7
  export default assets;
@@ -2,3 +2,4 @@ export * as ethereum from './ethereum';
2
2
  export * as picasso from './picasso';
3
3
  export * as solana from './solana';
4
4
  export * as composablepolkadot from './composablepolkadot';
5
+ export * as penumbra from './penumbra';
@@ -0,0 +1,182 @@
1
+ const assets = {
2
+ chain_name: 'penumbra',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
16
+ name: 'Osmosis',
17
+ display: 'osmo',
18
+ symbol: 'OSMO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
26
+ theme: {
27
+ primary_color_hex: '#760dbb'
28
+ }
29
+ }],
30
+ coingecko_id: 'osmosis',
31
+ keywords: ['dex', 'staking'],
32
+ socials: {
33
+ website: 'https://osmosis.zone',
34
+ twitter: 'https://twitter.com/osmosiszone'
35
+ },
36
+ traces: [{
37
+ type: 'ibc',
38
+ counterparty: {
39
+ channel_id: 'channel-79703',
40
+ base_denom: 'uosmo',
41
+ chain_name: 'osmosis'
42
+ },
43
+ chain: {
44
+ channel_id: 'channel-4'
45
+ }
46
+ }]
47
+ },
48
+ {
49
+ description: 'ION is the second native token of Osmosis.',
50
+ denom_units: [{
51
+ denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
52
+ exponent: 0,
53
+ aliases: ['uion']
54
+ }, {
55
+ denom: 'ion',
56
+ exponent: 6
57
+ }],
58
+ type_asset: 'sdk.coin',
59
+ base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
60
+ name: 'Ion DAO',
61
+ display: 'ion',
62
+ symbol: 'ION',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
66
+ },
67
+ images: [{
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
70
+ theme: {
71
+ primary_color_hex: '#4453c7'
72
+ }
73
+ }],
74
+ coingecko_id: 'ion',
75
+ keywords: ['memecoin', 'defi'],
76
+ socials: {
77
+ website: 'https://ion.wtf',
78
+ twitter: 'https://twitter.com/_IONDAO'
79
+ },
80
+ traces: [{
81
+ type: 'ibc',
82
+ counterparty: {
83
+ channel_id: 'channel-79703',
84
+ base_denom: 'uion',
85
+ chain_name: 'osmosis'
86
+ },
87
+ chain: {
88
+ channel_id: 'channel-4'
89
+ }
90
+ }]
91
+ },
92
+ {
93
+ description: 'The native token of Osmosis',
94
+ denom_units: [{
95
+ denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
96
+ exponent: 0,
97
+ aliases: ['uosmo']
98
+ }, {
99
+ denom: 'osmo',
100
+ exponent: 6
101
+ }],
102
+ type_asset: 'sdk.coin',
103
+ base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
104
+ name: 'Osmosis',
105
+ display: 'osmo',
106
+ symbol: 'OSMO',
107
+ logo_URIs: {
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
110
+ },
111
+ images: [{
112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
114
+ theme: {
115
+ primary_color_hex: '#760dbb'
116
+ }
117
+ }],
118
+ coingecko_id: 'osmosis',
119
+ keywords: ['dex', 'staking'],
120
+ socials: {
121
+ website: 'https://osmosis.zone',
122
+ twitter: 'https://twitter.com/osmosiszone'
123
+ },
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ channel_id: 'channel-79703',
128
+ base_denom: 'uosmo',
129
+ chain_name: 'osmosis'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-4'
133
+ }
134
+ }]
135
+ },
136
+ {
137
+ description: 'ION is the second native token of Osmosis.',
138
+ denom_units: [{
139
+ denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
140
+ exponent: 0,
141
+ aliases: ['uion']
142
+ }, {
143
+ denom: 'ion',
144
+ exponent: 6
145
+ }],
146
+ type_asset: 'sdk.coin',
147
+ base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
148
+ name: 'Ion DAO',
149
+ display: 'ion',
150
+ symbol: 'ION',
151
+ logo_URIs: {
152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
154
+ },
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
158
+ theme: {
159
+ primary_color_hex: '#4453c7'
160
+ }
161
+ }],
162
+ coingecko_id: 'ion',
163
+ keywords: ['memecoin', 'defi'],
164
+ socials: {
165
+ website: 'https://ion.wtf',
166
+ twitter: 'https://twitter.com/_IONDAO'
167
+ },
168
+ traces: [{
169
+ type: 'ibc',
170
+ counterparty: {
171
+ channel_id: 'channel-79703',
172
+ base_denom: 'uion',
173
+ chain_name: 'osmosis'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-4'
177
+ }
178
+ }]
179
+ }
180
+ ]
181
+ };
182
+ export default assets;
@@ -10409,6 +10409,45 @@ const assets = {
10409
10409
  }
10410
10410
  }]
10411
10411
  },
10412
+ {
10413
+ description: 'The native token of Penumbra.',
10414
+ denom_units: [{
10415
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10416
+ exponent: 0,
10417
+ aliases: ['upenumbra']
10418
+ }, {
10419
+ denom: 'penumbra',
10420
+ exponent: 6
10421
+ }],
10422
+ type_asset: 'unknown',
10423
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10424
+ display: 'penumbra',
10425
+ symbol: 'UM',
10426
+ name: 'Penumbra',
10427
+ images: [{
10428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
10429
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
10430
+ theme: {
10431
+ circle: true,
10432
+ primary_color_hex: '#c7b07f'
10433
+ }
10434
+ }],
10435
+ socials: {
10436
+ website: 'https://penumbra.zone/',
10437
+ twitter: 'https://twitter.com/penumbrazone'
10438
+ },
10439
+ traces: [{
10440
+ type: 'ibc',
10441
+ counterparty: {
10442
+ channel_id: 'channel-4',
10443
+ base_denom: 'upenumbra',
10444
+ chain_name: 'penumbra'
10445
+ },
10446
+ chain: {
10447
+ channel_id: 'channel-79703'
10448
+ }
10449
+ }]
10450
+ },
10412
10451
  {
10413
10452
  description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
10414
10453
  denom_units: [{
@@ -15991,6 +16030,45 @@ const assets = {
15991
16030
  }
15992
16031
  }]
15993
16032
  },
16033
+ {
16034
+ description: 'The native token of Penumbra.',
16035
+ denom_units: [{
16036
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16037
+ exponent: 0,
16038
+ aliases: ['upenumbra']
16039
+ }, {
16040
+ denom: 'penumbra',
16041
+ exponent: 6
16042
+ }],
16043
+ type_asset: 'unknown',
16044
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16045
+ display: 'penumbra',
16046
+ symbol: 'UM',
16047
+ name: 'Penumbra',
16048
+ images: [{
16049
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
16050
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
16051
+ theme: {
16052
+ circle: true,
16053
+ primary_color_hex: '#c7b07f'
16054
+ }
16055
+ }],
16056
+ socials: {
16057
+ website: 'https://penumbra.zone/',
16058
+ twitter: 'https://twitter.com/penumbrazone'
16059
+ },
16060
+ traces: [{
16061
+ type: 'ibc',
16062
+ counterparty: {
16063
+ channel_id: 'channel-4',
16064
+ base_denom: 'upenumbra',
16065
+ chain_name: 'penumbra'
16066
+ },
16067
+ chain: {
16068
+ channel_id: 'channel-79703'
16069
+ }
16070
+ }]
16071
+ },
15994
16072
  {
15995
16073
  description: 'Puppy',
15996
16074
  denom_units: [{
@@ -7,5 +7,6 @@ const ethereum_1 = __importDefault(require("./ethereum"));
7
7
  const picasso_1 = __importDefault(require("./picasso"));
8
8
  const solana_1 = __importDefault(require("./solana"));
9
9
  const composablepolkadot_1 = __importDefault(require("./composablepolkadot"));
10
- const assets = [ethereum_1.default, picasso_1.default, solana_1.default, composablepolkadot_1.default];
10
+ const penumbra_1 = __importDefault(require("./penumbra"));
11
+ const assets = [ethereum_1.default, picasso_1.default, solana_1.default, composablepolkadot_1.default, penumbra_1.default];
11
12
  exports.default = assets;
@@ -2,3 +2,4 @@ export * as ethereum from './ethereum';
2
2
  export * as picasso from './picasso';
3
3
  export * as solana from './solana';
4
4
  export * as composablepolkadot from './composablepolkadot';
5
+ export * as penumbra from './penumbra';
@@ -23,8 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.composablepolkadot = exports.solana = exports.picasso = exports.ethereum = void 0;
26
+ exports.penumbra = exports.composablepolkadot = exports.solana = exports.picasso = exports.ethereum = void 0;
27
27
  exports.ethereum = __importStar(require("./ethereum"));
28
28
  exports.picasso = __importStar(require("./picasso"));
29
29
  exports.solana = __importStar(require("./solana"));
30
30
  exports.composablepolkadot = __importStar(require("./composablepolkadot"));
31
+ exports.penumbra = __importStar(require("./penumbra"));
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;
@@ -0,0 +1,184 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const assets = {
4
+ chain_name: 'penumbra',
5
+ assets: [
6
+ {
7
+ description: 'The native token of Osmosis',
8
+ denom_units: [{
9
+ denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
10
+ exponent: 0,
11
+ aliases: ['uosmo']
12
+ }, {
13
+ denom: 'osmo',
14
+ exponent: 6
15
+ }],
16
+ type_asset: 'sdk.coin',
17
+ base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
18
+ name: 'Osmosis',
19
+ display: 'osmo',
20
+ symbol: 'OSMO',
21
+ logo_URIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
24
+ },
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
28
+ theme: {
29
+ primary_color_hex: '#760dbb'
30
+ }
31
+ }],
32
+ coingecko_id: 'osmosis',
33
+ keywords: ['dex', 'staking'],
34
+ socials: {
35
+ website: 'https://osmosis.zone',
36
+ twitter: 'https://twitter.com/osmosiszone'
37
+ },
38
+ traces: [{
39
+ type: 'ibc',
40
+ counterparty: {
41
+ channel_id: 'channel-79703',
42
+ base_denom: 'uosmo',
43
+ chain_name: 'osmosis'
44
+ },
45
+ chain: {
46
+ channel_id: 'channel-4'
47
+ }
48
+ }]
49
+ },
50
+ {
51
+ description: 'ION is the second native token of Osmosis.',
52
+ denom_units: [{
53
+ denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
54
+ exponent: 0,
55
+ aliases: ['uion']
56
+ }, {
57
+ denom: 'ion',
58
+ exponent: 6
59
+ }],
60
+ type_asset: 'sdk.coin',
61
+ base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
62
+ name: 'Ion DAO',
63
+ display: 'ion',
64
+ symbol: 'ION',
65
+ logo_URIs: {
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
68
+ },
69
+ images: [{
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
71
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
72
+ theme: {
73
+ primary_color_hex: '#4453c7'
74
+ }
75
+ }],
76
+ coingecko_id: 'ion',
77
+ keywords: ['memecoin', 'defi'],
78
+ socials: {
79
+ website: 'https://ion.wtf',
80
+ twitter: 'https://twitter.com/_IONDAO'
81
+ },
82
+ traces: [{
83
+ type: 'ibc',
84
+ counterparty: {
85
+ channel_id: 'channel-79703',
86
+ base_denom: 'uion',
87
+ chain_name: 'osmosis'
88
+ },
89
+ chain: {
90
+ channel_id: 'channel-4'
91
+ }
92
+ }]
93
+ },
94
+ {
95
+ description: 'The native token of Osmosis',
96
+ denom_units: [{
97
+ denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
98
+ exponent: 0,
99
+ aliases: ['uosmo']
100
+ }, {
101
+ denom: 'osmo',
102
+ exponent: 6
103
+ }],
104
+ type_asset: 'sdk.coin',
105
+ base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
106
+ name: 'Osmosis',
107
+ display: 'osmo',
108
+ symbol: 'OSMO',
109
+ logo_URIs: {
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
112
+ },
113
+ images: [{
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
115
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
116
+ theme: {
117
+ primary_color_hex: '#760dbb'
118
+ }
119
+ }],
120
+ coingecko_id: 'osmosis',
121
+ keywords: ['dex', 'staking'],
122
+ socials: {
123
+ website: 'https://osmosis.zone',
124
+ twitter: 'https://twitter.com/osmosiszone'
125
+ },
126
+ traces: [{
127
+ type: 'ibc',
128
+ counterparty: {
129
+ channel_id: 'channel-79703',
130
+ base_denom: 'uosmo',
131
+ chain_name: 'osmosis'
132
+ },
133
+ chain: {
134
+ channel_id: 'channel-4'
135
+ }
136
+ }]
137
+ },
138
+ {
139
+ description: 'ION is the second native token of Osmosis.',
140
+ denom_units: [{
141
+ denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
142
+ exponent: 0,
143
+ aliases: ['uion']
144
+ }, {
145
+ denom: 'ion',
146
+ exponent: 6
147
+ }],
148
+ type_asset: 'sdk.coin',
149
+ base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
150
+ name: 'Ion DAO',
151
+ display: 'ion',
152
+ symbol: 'ION',
153
+ logo_URIs: {
154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
155
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
156
+ },
157
+ images: [{
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
160
+ theme: {
161
+ primary_color_hex: '#4453c7'
162
+ }
163
+ }],
164
+ coingecko_id: 'ion',
165
+ keywords: ['memecoin', 'defi'],
166
+ socials: {
167
+ website: 'https://ion.wtf',
168
+ twitter: 'https://twitter.com/_IONDAO'
169
+ },
170
+ traces: [{
171
+ type: 'ibc',
172
+ counterparty: {
173
+ channel_id: 'channel-79703',
174
+ base_denom: 'uion',
175
+ chain_name: 'osmosis'
176
+ },
177
+ chain: {
178
+ channel_id: 'channel-4'
179
+ }
180
+ }]
181
+ }
182
+ ]
183
+ };
184
+ exports.default = assets;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.64.40",
3
+ "version": "1.64.41",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.46.33",
33
- "chain-registry": "^1.63.40"
32
+ "@chain-registry/utils": "^1.46.34",
33
+ "chain-registry": "^1.63.41"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.33"
36
+ "@chain-registry/types": "^0.45.34"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "011caf534e9b49104ec5f8f0a20eb846d5820956"
46
+ "gitHead": "36b9364c7d1ec2268ced9c0d1f68195709b51b1f"
47
47
  }