@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
package/mainnet/lumenx.js DELETED
@@ -1,184 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const assets = {
4
- chain_name: 'lumenx',
5
- assets: [
6
- {
7
- description: 'The native token of Osmosis',
8
- denom_units: [{
9
- denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
10
- exponent: 0,
11
- aliases: ['uosmo']
12
- }, {
13
- denom: 'osmo',
14
- exponent: 6
15
- }],
16
- type_asset: 'sdk.coin',
17
- base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
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-286',
42
- base_denom: 'uosmo',
43
- chain_name: 'osmosis'
44
- },
45
- chain: {
46
- channel_id: 'channel-3'
47
- }
48
- }]
49
- },
50
- {
51
- description: 'ION is the second native token of Osmosis.',
52
- denom_units: [{
53
- denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
54
- exponent: 0,
55
- aliases: ['uion']
56
- }, {
57
- denom: 'ion',
58
- exponent: 6
59
- }],
60
- type_asset: 'sdk.coin',
61
- base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
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-286',
86
- base_denom: 'uion',
87
- chain_name: 'osmosis'
88
- },
89
- chain: {
90
- channel_id: 'channel-3'
91
- }
92
- }]
93
- },
94
- {
95
- description: 'The native token of Osmosis',
96
- denom_units: [{
97
- denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
98
- exponent: 0,
99
- aliases: ['uosmo']
100
- }, {
101
- denom: 'osmo',
102
- exponent: 6
103
- }],
104
- type_asset: 'sdk.coin',
105
- base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
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-286',
130
- base_denom: 'uosmo',
131
- chain_name: 'osmosis'
132
- },
133
- chain: {
134
- channel_id: 'channel-3'
135
- }
136
- }]
137
- },
138
- {
139
- description: 'ION is the second native token of Osmosis.',
140
- denom_units: [{
141
- denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
142
- exponent: 0,
143
- aliases: ['uion']
144
- }, {
145
- denom: 'ion',
146
- exponent: 6
147
- }],
148
- type_asset: 'sdk.coin',
149
- base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
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-286',
174
- base_denom: 'uion',
175
- chain_name: 'osmosis'
176
- },
177
- chain: {
178
- channel_id: 'channel-3'
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;
@@ -1,184 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const assets = {
4
- chain_name: 'microtick',
5
- assets: [
6
- {
7
- description: 'The native token of Osmosis',
8
- denom_units: [{
9
- denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
10
- exponent: 0,
11
- aliases: ['uosmo']
12
- }, {
13
- denom: 'osmo',
14
- exponent: 6
15
- }],
16
- type_asset: 'sdk.coin',
17
- base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
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-39',
42
- base_denom: 'uosmo',
43
- chain_name: 'osmosis'
44
- },
45
- chain: {
46
- channel_id: 'channel-16'
47
- }
48
- }]
49
- },
50
- {
51
- description: 'ION is the second native token of Osmosis.',
52
- denom_units: [{
53
- denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
54
- exponent: 0,
55
- aliases: ['uion']
56
- }, {
57
- denom: 'ion',
58
- exponent: 6
59
- }],
60
- type_asset: 'sdk.coin',
61
- base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
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-39',
86
- base_denom: 'uion',
87
- chain_name: 'osmosis'
88
- },
89
- chain: {
90
- channel_id: 'channel-16'
91
- }
92
- }]
93
- },
94
- {
95
- description: 'The native token of Osmosis',
96
- denom_units: [{
97
- denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
98
- exponent: 0,
99
- aliases: ['uosmo']
100
- }, {
101
- denom: 'osmo',
102
- exponent: 6
103
- }],
104
- type_asset: 'sdk.coin',
105
- base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
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-39',
130
- base_denom: 'uosmo',
131
- chain_name: 'osmosis'
132
- },
133
- chain: {
134
- channel_id: 'channel-16'
135
- }
136
- }]
137
- },
138
- {
139
- description: 'ION is the second native token of Osmosis.',
140
- denom_units: [{
141
- denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
142
- exponent: 0,
143
- aliases: ['uion']
144
- }, {
145
- denom: 'ion',
146
- exponent: 6
147
- }],
148
- type_asset: 'sdk.coin',
149
- base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
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-39',
174
- base_denom: 'uion',
175
- chain_name: 'osmosis'
176
- },
177
- chain: {
178
- channel_id: 'channel-16'
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;