@chain-registry/assets 1.70.31 → 1.70.33

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.
Files changed (62) hide show
  1. package/devnet/prysmdevnet.js +0 -148
  2. package/esm/devnet/prysmdevnet.js +0 -148
  3. package/esm/mainnet/assets.js +1 -8
  4. package/esm/mainnet/dungeon.js +392 -0
  5. package/esm/mainnet/index.js +0 -7
  6. package/esm/mainnet/juno.js +0 -72
  7. package/esm/mainnet/kimanetwork.js +16 -16
  8. package/esm/mainnet/neutron.js +72 -0
  9. package/esm/mainnet/osmosis.js +8 -472
  10. package/esm/mainnet/stride.js +72 -0
  11. package/esm/testnet/assets.js +1 -3
  12. package/esm/testnet/axelartestnet.js +0 -148
  13. package/esm/testnet/index.js +0 -2
  14. package/esm/testnet/junotestnet.js +0 -148
  15. package/esm/testnet/marstestnet.js +0 -148
  16. package/esm/testnet/nobletestnet.js +0 -148
  17. package/esm/testnet/osmosistestnet.js +0 -82
  18. package/mainnet/assets.js +1 -8
  19. package/mainnet/dungeon.js +392 -0
  20. package/mainnet/index.d.ts +0 -7
  21. package/mainnet/index.js +3 -11
  22. package/mainnet/juno.js +0 -72
  23. package/mainnet/kimanetwork.js +16 -16
  24. package/mainnet/neutron.js +72 -0
  25. package/mainnet/osmosis.js +8 -472
  26. package/mainnet/stride.js +72 -0
  27. package/package.json +6 -6
  28. package/testnet/assets.js +1 -3
  29. package/testnet/axelartestnet.js +0 -148
  30. package/testnet/index.d.ts +0 -2
  31. package/testnet/index.js +1 -3
  32. package/testnet/junotestnet.js +0 -148
  33. package/testnet/marstestnet.js +0 -148
  34. package/testnet/nobletestnet.js +0 -148
  35. package/testnet/osmosistestnet.js +0 -82
  36. package/esm/mainnet/8ball.js +0 -182
  37. package/esm/mainnet/cerberus.js +0 -182
  38. package/esm/mainnet/cudos.js +0 -182
  39. package/esm/mainnet/dig.js +0 -268
  40. package/esm/mainnet/lumenx.js +0 -182
  41. package/esm/mainnet/microtick.js +0 -182
  42. package/esm/mainnet/vidulum.js +0 -424
  43. package/esm/testnet/entrypointtestnet.js +0 -154
  44. package/esm/testnet/osmosistestnet4.js +0 -476
  45. package/mainnet/8ball.d.ts +0 -3
  46. package/mainnet/8ball.js +0 -184
  47. package/mainnet/cerberus.d.ts +0 -3
  48. package/mainnet/cerberus.js +0 -184
  49. package/mainnet/cudos.d.ts +0 -3
  50. package/mainnet/cudos.js +0 -184
  51. package/mainnet/dig.d.ts +0 -3
  52. package/mainnet/dig.js +0 -270
  53. package/mainnet/lumenx.d.ts +0 -3
  54. package/mainnet/lumenx.js +0 -184
  55. package/mainnet/microtick.d.ts +0 -3
  56. package/mainnet/microtick.js +0 -184
  57. package/mainnet/vidulum.d.ts +0 -3
  58. package/mainnet/vidulum.js +0 -426
  59. package/testnet/entrypointtestnet.d.ts +0 -3
  60. package/testnet/entrypointtestnet.js +0 -156
  61. package/testnet/osmosistestnet4.d.ts +0 -3
  62. package/testnet/osmosistestnet4.js +0 -478
@@ -1,184 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const assets = {
4
- chain_name: 'cerberus',
5
- assets: [
6
- {
7
- description: 'The native token of Osmosis',
8
- denom_units: [{
9
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
10
- exponent: 0,
11
- aliases: ['uosmo']
12
- }, {
13
- denom: 'osmo',
14
- exponent: 6
15
- }],
16
- type_asset: 'sdk.coin',
17
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
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-212',
42
- base_denom: 'uosmo',
43
- chain_name: 'osmosis'
44
- },
45
- chain: {
46
- channel_id: 'channel-1'
47
- }
48
- }]
49
- },
50
- {
51
- description: 'ION is the second native token of Osmosis.',
52
- denom_units: [{
53
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
54
- exponent: 0,
55
- aliases: ['uion']
56
- }, {
57
- denom: 'ion',
58
- exponent: 6
59
- }],
60
- type_asset: 'sdk.coin',
61
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
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-212',
86
- base_denom: 'uion',
87
- chain_name: 'osmosis'
88
- },
89
- chain: {
90
- channel_id: 'channel-1'
91
- }
92
- }]
93
- },
94
- {
95
- description: 'The native token of Osmosis',
96
- denom_units: [{
97
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98
- exponent: 0,
99
- aliases: ['uosmo']
100
- }, {
101
- denom: 'osmo',
102
- exponent: 6
103
- }],
104
- type_asset: 'sdk.coin',
105
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
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-212',
130
- base_denom: 'uosmo',
131
- chain_name: 'osmosis'
132
- },
133
- chain: {
134
- channel_id: 'channel-1'
135
- }
136
- }]
137
- },
138
- {
139
- description: 'ION is the second native token of Osmosis.',
140
- denom_units: [{
141
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
142
- exponent: 0,
143
- aliases: ['uion']
144
- }, {
145
- denom: 'ion',
146
- exponent: 6
147
- }],
148
- type_asset: 'sdk.coin',
149
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
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-212',
174
- base_denom: 'uion',
175
- chain_name: 'osmosis'
176
- },
177
- chain: {
178
- channel_id: 'channel-1'
179
- }
180
- }]
181
- }
182
- ]
183
- };
184
- exports.default = assets;
@@ -1,3 +0,0 @@
1
- import { AssetList } from '@chain-registry/types';
2
- declare const assets: AssetList;
3
- export default assets;
package/mainnet/cudos.js DELETED
@@ -1,184 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const assets = {
4
- chain_name: 'cudos',
5
- assets: [
6
- {
7
- description: 'The native token of Osmosis',
8
- denom_units: [{
9
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
10
- exponent: 0,
11
- aliases: ['uosmo']
12
- }, {
13
- denom: 'osmo',
14
- exponent: 6
15
- }],
16
- type_asset: 'sdk.coin',
17
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
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-298',
42
- base_denom: 'uosmo',
43
- chain_name: 'osmosis'
44
- },
45
- chain: {
46
- channel_id: 'channel-1'
47
- }
48
- }]
49
- },
50
- {
51
- description: 'ION is the second native token of Osmosis.',
52
- denom_units: [{
53
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
54
- exponent: 0,
55
- aliases: ['uion']
56
- }, {
57
- denom: 'ion',
58
- exponent: 6
59
- }],
60
- type_asset: 'sdk.coin',
61
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
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-298',
86
- base_denom: 'uion',
87
- chain_name: 'osmosis'
88
- },
89
- chain: {
90
- channel_id: 'channel-1'
91
- }
92
- }]
93
- },
94
- {
95
- description: 'The native token of Osmosis',
96
- denom_units: [{
97
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98
- exponent: 0,
99
- aliases: ['uosmo']
100
- }, {
101
- denom: 'osmo',
102
- exponent: 6
103
- }],
104
- type_asset: 'sdk.coin',
105
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
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-298',
130
- base_denom: 'uosmo',
131
- chain_name: 'osmosis'
132
- },
133
- chain: {
134
- channel_id: 'channel-1'
135
- }
136
- }]
137
- },
138
- {
139
- description: 'ION is the second native token of Osmosis.',
140
- denom_units: [{
141
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
142
- exponent: 0,
143
- aliases: ['uion']
144
- }, {
145
- denom: 'ion',
146
- exponent: 6
147
- }],
148
- type_asset: 'sdk.coin',
149
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
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-298',
174
- base_denom: 'uion',
175
- chain_name: 'osmosis'
176
- },
177
- chain: {
178
- channel_id: 'channel-1'
179
- }
180
- }]
181
- }
182
- ]
183
- };
184
- exports.default = assets;
package/mainnet/dig.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import { AssetList } from '@chain-registry/types';
2
- declare const assets: AssetList;
3
- export default assets;
package/mainnet/dig.js DELETED
@@ -1,270 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const assets = {
4
- chain_name: 'dig',
5
- assets: [
6
- {
7
- description: 'The native token of JUNO Chain',
8
- denom_units: [{
9
- denom: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
10
- exponent: 0,
11
- aliases: ['ujuno']
12
- }, {
13
- denom: 'juno',
14
- exponent: 6
15
- }],
16
- base: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
17
- name: 'Juno',
18
- display: 'juno',
19
- symbol: 'JUNO',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
23
- },
24
- coingecko_id: 'juno-network',
25
- images: [{
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
28
- theme: {
29
- primary_color_hex: '#fa7b7b'
30
- }
31
- }],
32
- socials: {
33
- website: 'https://junonetwork.io/',
34
- twitter: 'https://twitter.com/JunoNetwork'
35
- },
36
- type_asset: 'sdk.coin',
37
- traces: [{
38
- type: 'ibc',
39
- counterparty: {
40
- channel_id: 'channel-37',
41
- base_denom: 'ujuno',
42
- chain_name: 'juno'
43
- },
44
- chain: {
45
- channel_id: 'channel-2'
46
- }
47
- }]
48
- },
49
- {
50
- description: 'The native token of Osmosis',
51
- denom_units: [{
52
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
53
- exponent: 0,
54
- aliases: ['uosmo']
55
- }, {
56
- denom: 'osmo',
57
- exponent: 6
58
- }],
59
- type_asset: 'sdk.coin',
60
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
61
- name: 'Osmosis',
62
- display: 'osmo',
63
- symbol: 'OSMO',
64
- logo_URIs: {
65
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
66
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
67
- },
68
- images: [{
69
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
70
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
71
- theme: {
72
- primary_color_hex: '#760dbb'
73
- }
74
- }],
75
- coingecko_id: 'osmosis',
76
- keywords: ['dex', 'staking'],
77
- socials: {
78
- website: 'https://osmosis.zone',
79
- twitter: 'https://twitter.com/osmosiszone'
80
- },
81
- traces: [{
82
- type: 'ibc',
83
- counterparty: {
84
- channel_id: 'channel-128',
85
- base_denom: 'uosmo',
86
- chain_name: 'osmosis'
87
- },
88
- chain: {
89
- channel_id: 'channel-1'
90
- }
91
- }]
92
- },
93
- {
94
- description: 'ION is the second native token of Osmosis.',
95
- denom_units: [{
96
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
97
- exponent: 0,
98
- aliases: ['uion']
99
- }, {
100
- denom: 'ion',
101
- exponent: 6
102
- }],
103
- type_asset: 'sdk.coin',
104
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
105
- name: 'Ion DAO',
106
- display: 'ion',
107
- symbol: 'ION',
108
- logo_URIs: {
109
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
110
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
111
- },
112
- images: [{
113
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
114
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
115
- theme: {
116
- primary_color_hex: '#4453c7'
117
- }
118
- }],
119
- coingecko_id: 'ion',
120
- keywords: ['memecoin', 'defi'],
121
- socials: {
122
- website: 'https://ion.wtf',
123
- twitter: 'https://twitter.com/_IONDAO'
124
- },
125
- traces: [{
126
- type: 'ibc',
127
- counterparty: {
128
- channel_id: 'channel-128',
129
- base_denom: 'uion',
130
- chain_name: 'osmosis'
131
- },
132
- chain: {
133
- channel_id: 'channel-1'
134
- }
135
- }]
136
- },
137
- {
138
- description: 'The native token of JUNO Chain',
139
- denom_units: [{
140
- denom: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
141
- exponent: 0,
142
- aliases: ['ujuno']
143
- }, {
144
- denom: 'juno',
145
- exponent: 6
146
- }],
147
- base: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
148
- name: 'Juno',
149
- display: 'juno',
150
- symbol: 'JUNO',
151
- logo_URIs: {
152
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
153
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
154
- },
155
- coingecko_id: 'juno-network',
156
- images: [{
157
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
158
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
159
- theme: {
160
- primary_color_hex: '#fa7b7b'
161
- }
162
- }],
163
- socials: {
164
- website: 'https://junonetwork.io/',
165
- twitter: 'https://twitter.com/JunoNetwork'
166
- },
167
- type_asset: 'sdk.coin',
168
- traces: [{
169
- type: 'ibc',
170
- counterparty: {
171
- channel_id: 'channel-37',
172
- base_denom: 'ujuno',
173
- chain_name: 'juno'
174
- },
175
- chain: {
176
- channel_id: 'channel-2'
177
- }
178
- }]
179
- },
180
- {
181
- description: 'The native token of Osmosis',
182
- denom_units: [{
183
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
184
- exponent: 0,
185
- aliases: ['uosmo']
186
- }, {
187
- denom: 'osmo',
188
- exponent: 6
189
- }],
190
- type_asset: 'sdk.coin',
191
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
192
- name: 'Osmosis',
193
- display: 'osmo',
194
- symbol: 'OSMO',
195
- logo_URIs: {
196
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
197
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
198
- },
199
- images: [{
200
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
201
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
202
- theme: {
203
- primary_color_hex: '#760dbb'
204
- }
205
- }],
206
- coingecko_id: 'osmosis',
207
- keywords: ['dex', 'staking'],
208
- socials: {
209
- website: 'https://osmosis.zone',
210
- twitter: 'https://twitter.com/osmosiszone'
211
- },
212
- traces: [{
213
- type: 'ibc',
214
- counterparty: {
215
- channel_id: 'channel-128',
216
- base_denom: 'uosmo',
217
- chain_name: 'osmosis'
218
- },
219
- chain: {
220
- channel_id: 'channel-1'
221
- }
222
- }]
223
- },
224
- {
225
- description: 'ION is the second native token of Osmosis.',
226
- denom_units: [{
227
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
228
- exponent: 0,
229
- aliases: ['uion']
230
- }, {
231
- denom: 'ion',
232
- exponent: 6
233
- }],
234
- type_asset: 'sdk.coin',
235
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
236
- name: 'Ion DAO',
237
- display: 'ion',
238
- symbol: 'ION',
239
- logo_URIs: {
240
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
241
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
242
- },
243
- images: [{
244
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
245
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
246
- theme: {
247
- primary_color_hex: '#4453c7'
248
- }
249
- }],
250
- coingecko_id: 'ion',
251
- keywords: ['memecoin', 'defi'],
252
- socials: {
253
- website: 'https://ion.wtf',
254
- twitter: 'https://twitter.com/_IONDAO'
255
- },
256
- traces: [{
257
- type: 'ibc',
258
- counterparty: {
259
- channel_id: 'channel-128',
260
- base_denom: 'uion',
261
- chain_name: 'osmosis'
262
- },
263
- chain: {
264
- channel_id: 'channel-1'
265
- }
266
- }]
267
- }
268
- ]
269
- };
270
- exports.default = assets;
@@ -1,3 +0,0 @@
1
- import { AssetList } from '@chain-registry/types';
2
- declare const assets: AssetList;
3
- export default assets;