@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,182 +0,0 @@
1
- const assets = {
2
- chain_name: 'lumenx',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6
13
- }],
14
- type_asset: 'sdk.coin',
15
- base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
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-286',
40
- base_denom: 'uosmo',
41
- chain_name: 'osmosis'
42
- },
43
- chain: {
44
- channel_id: 'channel-3'
45
- }
46
- }]
47
- },
48
- {
49
- description: 'ION is the second native token of Osmosis.',
50
- denom_units: [{
51
- denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
52
- exponent: 0,
53
- aliases: ['uion']
54
- }, {
55
- denom: 'ion',
56
- exponent: 6
57
- }],
58
- type_asset: 'sdk.coin',
59
- base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
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-286',
84
- base_denom: 'uion',
85
- chain_name: 'osmosis'
86
- },
87
- chain: {
88
- channel_id: 'channel-3'
89
- }
90
- }]
91
- },
92
- {
93
- description: 'The native token of Osmosis',
94
- denom_units: [{
95
- denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
96
- exponent: 0,
97
- aliases: ['uosmo']
98
- }, {
99
- denom: 'osmo',
100
- exponent: 6
101
- }],
102
- type_asset: 'sdk.coin',
103
- base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
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-286',
128
- base_denom: 'uosmo',
129
- chain_name: 'osmosis'
130
- },
131
- chain: {
132
- channel_id: 'channel-3'
133
- }
134
- }]
135
- },
136
- {
137
- description: 'ION is the second native token of Osmosis.',
138
- denom_units: [{
139
- denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
140
- exponent: 0,
141
- aliases: ['uion']
142
- }, {
143
- denom: 'ion',
144
- exponent: 6
145
- }],
146
- type_asset: 'sdk.coin',
147
- base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
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-286',
172
- base_denom: 'uion',
173
- chain_name: 'osmosis'
174
- },
175
- chain: {
176
- channel_id: 'channel-3'
177
- }
178
- }]
179
- }
180
- ]
181
- };
182
- export default assets;
@@ -1,182 +0,0 @@
1
- const assets = {
2
- chain_name: 'microtick',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6
13
- }],
14
- type_asset: 'sdk.coin',
15
- base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
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-39',
40
- base_denom: 'uosmo',
41
- chain_name: 'osmosis'
42
- },
43
- chain: {
44
- channel_id: 'channel-16'
45
- }
46
- }]
47
- },
48
- {
49
- description: 'ION is the second native token of Osmosis.',
50
- denom_units: [{
51
- denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
52
- exponent: 0,
53
- aliases: ['uion']
54
- }, {
55
- denom: 'ion',
56
- exponent: 6
57
- }],
58
- type_asset: 'sdk.coin',
59
- base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
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-39',
84
- base_denom: 'uion',
85
- chain_name: 'osmosis'
86
- },
87
- chain: {
88
- channel_id: 'channel-16'
89
- }
90
- }]
91
- },
92
- {
93
- description: 'The native token of Osmosis',
94
- denom_units: [{
95
- denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
96
- exponent: 0,
97
- aliases: ['uosmo']
98
- }, {
99
- denom: 'osmo',
100
- exponent: 6
101
- }],
102
- type_asset: 'sdk.coin',
103
- base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
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-39',
128
- base_denom: 'uosmo',
129
- chain_name: 'osmosis'
130
- },
131
- chain: {
132
- channel_id: 'channel-16'
133
- }
134
- }]
135
- },
136
- {
137
- description: 'ION is the second native token of Osmosis.',
138
- denom_units: [{
139
- denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
140
- exponent: 0,
141
- aliases: ['uion']
142
- }, {
143
- denom: 'ion',
144
- exponent: 6
145
- }],
146
- type_asset: 'sdk.coin',
147
- base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
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-39',
172
- base_denom: 'uion',
173
- chain_name: 'osmosis'
174
- },
175
- chain: {
176
- channel_id: 'channel-16'
177
- }
178
- }]
179
- }
180
- ]
181
- };
182
- export default assets;