@chain-registry/assets 1.42.2 → 1.42.4
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.
- package/esm/mainnet/cosmoshub.js +78 -0
- package/esm/mainnet/osmosis.js +2 -2
- package/esm/mainnet/stargaze.js +78 -0
- package/esm/testnet/akashtestnet.js +14 -10
- package/esm/testnet/archwaytestnet.js +14 -10
- package/esm/testnet/axelartestnet.js +14 -10
- package/esm/testnet/celestiatestnet3.js +14 -10
- package/esm/testnet/chain4energytestnet.js +30 -26
- package/esm/testnet/composabletestnet.js +14 -10
- package/esm/testnet/cosmoshubtestnet.js +14 -10
- package/esm/testnet/doravotatestnet.js +14 -10
- package/esm/testnet/empowertestnet.js +14 -10
- package/esm/testnet/entrypointtestnet.js +14 -10
- package/esm/testnet/impacthubtestnet.js +14 -10
- package/esm/testnet/injectivetestnet.js +14 -10
- package/esm/testnet/junotestnet.js +14 -10
- package/esm/testnet/kyvetestnet.js +14 -10
- package/esm/testnet/lavatestnet.js +14 -10
- package/esm/testnet/likecointestnet.js +14 -10
- package/esm/testnet/marstestnet.js +14 -10
- package/esm/testnet/neutrontestnet.js +14 -10
- package/esm/testnet/nobletestnet.js +14 -10
- package/esm/testnet/nolustestnet.js +14 -10
- package/esm/testnet/osmosistestnet.js +8 -8
- package/esm/testnet/persistencetestnet2.js +14 -10
- package/esm/testnet/quicksilvertestnet.js +14 -10
- package/esm/testnet/sagatestnet.js +14 -10
- package/esm/testnet/sgetestnet.js +14 -10
- package/esm/testnet/stargazetestnet.js +14 -10
- package/esm/testnet/titantestnet.js +14 -10
- package/esm/testnet/xiontestnet.js +14 -10
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/osmosis.js +2 -2
- package/mainnet/stargaze.js +78 -0
- package/package.json +5 -5
- package/testnet/akashtestnet.js +14 -10
- package/testnet/archwaytestnet.js +14 -10
- package/testnet/axelartestnet.js +14 -10
- package/testnet/celestiatestnet3.js +14 -10
- package/testnet/chain4energytestnet.js +30 -26
- package/testnet/composabletestnet.js +14 -10
- package/testnet/cosmoshubtestnet.js +14 -10
- package/testnet/doravotatestnet.js +14 -10
- package/testnet/empowertestnet.js +14 -10
- package/testnet/entrypointtestnet.js +14 -10
- package/testnet/impacthubtestnet.js +14 -10
- package/testnet/injectivetestnet.js +14 -10
- package/testnet/junotestnet.js +14 -10
- package/testnet/kyvetestnet.js +14 -10
- package/testnet/lavatestnet.js +14 -10
- package/testnet/likecointestnet.js +14 -10
- package/testnet/marstestnet.js +14 -10
- package/testnet/neutrontestnet.js +14 -10
- package/testnet/nobletestnet.js +14 -10
- package/testnet/nolustestnet.js +14 -10
- package/testnet/osmosistestnet.js +8 -8
- package/testnet/persistencetestnet2.js +14 -10
- package/testnet/quicksilvertestnet.js +14 -10
- package/testnet/sagatestnet.js +14 -10
- package/testnet/sgetestnet.js +14 -10
- package/testnet/stargazetestnet.js +14 -10
- package/testnet/titantestnet.js +14 -10
- package/testnet/xiontestnet.js +14 -10
|
@@ -6,7 +6,7 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Osmosis',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uosmo']
|
|
12
12
|
}, {
|
|
@@ -14,42 +14,44 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
18
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
19
20
|
display: 'osmo',
|
|
20
21
|
symbol: 'OSMO',
|
|
21
22
|
logo_URIs: {
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
25
|
},
|
|
25
|
-
coingecko_id: 'osmosis',
|
|
26
|
-
keywords: ['dex', 'staking'],
|
|
27
26
|
images: [{
|
|
28
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
30
29
|
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
31
32
|
traces: [{
|
|
32
33
|
type: 'ibc',
|
|
33
34
|
counterparty: {
|
|
34
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-7735',
|
|
35
36
|
base_denom: 'uosmo',
|
|
36
37
|
chain_name: 'osmosistestnet'
|
|
37
38
|
},
|
|
38
39
|
chain: {
|
|
39
|
-
channel_id: 'channel-
|
|
40
|
+
channel_id: 'channel-5'
|
|
40
41
|
}
|
|
41
42
|
}]
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
denom_units: [{
|
|
45
|
-
denom: 'ibc/
|
|
46
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
46
47
|
exponent: 0,
|
|
47
48
|
aliases: ['uion']
|
|
48
49
|
}, {
|
|
49
50
|
denom: 'ion',
|
|
50
51
|
exponent: 6
|
|
51
52
|
}],
|
|
52
|
-
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
53
55
|
name: 'Ion',
|
|
54
56
|
display: 'ion',
|
|
55
57
|
symbol: 'ION',
|
|
@@ -57,28 +59,28 @@ const assets = {
|
|
|
57
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
61
|
},
|
|
60
|
-
coingecko_id: 'ion',
|
|
61
|
-
keywords: ['memecoin'],
|
|
62
62
|
images: [{
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
65
|
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
66
68
|
traces: [{
|
|
67
69
|
type: 'ibc',
|
|
68
70
|
counterparty: {
|
|
69
|
-
channel_id: 'channel-
|
|
71
|
+
channel_id: 'channel-7735',
|
|
70
72
|
base_denom: 'uion',
|
|
71
73
|
chain_name: 'osmosistestnet'
|
|
72
74
|
},
|
|
73
75
|
chain: {
|
|
74
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-5'
|
|
75
77
|
}
|
|
76
78
|
}]
|
|
77
79
|
},
|
|
78
80
|
{
|
|
79
81
|
description: 'The native token of Osmosis',
|
|
80
82
|
denom_units: [{
|
|
81
|
-
denom: 'ibc/
|
|
83
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
82
84
|
exponent: 0,
|
|
83
85
|
aliases: ['uosmo']
|
|
84
86
|
}, {
|
|
@@ -86,42 +88,44 @@ const assets = {
|
|
|
86
88
|
exponent: 6,
|
|
87
89
|
aliases: []
|
|
88
90
|
}],
|
|
89
|
-
|
|
90
|
-
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
92
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
91
94
|
display: 'osmo',
|
|
92
95
|
symbol: 'OSMO',
|
|
93
96
|
logo_URIs: {
|
|
94
97
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
99
|
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
100
|
images: [{
|
|
100
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
103
|
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
103
106
|
traces: [{
|
|
104
107
|
type: 'ibc',
|
|
105
108
|
counterparty: {
|
|
106
|
-
channel_id: 'channel-
|
|
109
|
+
channel_id: 'channel-7735',
|
|
107
110
|
base_denom: 'uosmo',
|
|
108
111
|
chain_name: 'osmosistestnet'
|
|
109
112
|
},
|
|
110
113
|
chain: {
|
|
111
|
-
channel_id: 'channel-
|
|
114
|
+
channel_id: 'channel-5'
|
|
112
115
|
}
|
|
113
116
|
}]
|
|
114
117
|
},
|
|
115
118
|
{
|
|
116
119
|
denom_units: [{
|
|
117
|
-
denom: 'ibc/
|
|
120
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
118
121
|
exponent: 0,
|
|
119
122
|
aliases: ['uion']
|
|
120
123
|
}, {
|
|
121
124
|
denom: 'ion',
|
|
122
125
|
exponent: 6
|
|
123
126
|
}],
|
|
124
|
-
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
128
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
125
129
|
name: 'Ion',
|
|
126
130
|
display: 'ion',
|
|
127
131
|
symbol: 'ION',
|
|
@@ -129,21 +133,21 @@ const assets = {
|
|
|
129
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
130
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
131
135
|
},
|
|
132
|
-
coingecko_id: 'ion',
|
|
133
|
-
keywords: ['memecoin'],
|
|
134
136
|
images: [{
|
|
135
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
139
|
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
138
142
|
traces: [{
|
|
139
143
|
type: 'ibc',
|
|
140
144
|
counterparty: {
|
|
141
|
-
channel_id: 'channel-
|
|
145
|
+
channel_id: 'channel-7735',
|
|
142
146
|
base_denom: 'uion',
|
|
143
147
|
chain_name: 'osmosistestnet'
|
|
144
148
|
},
|
|
145
149
|
chain: {
|
|
146
|
-
channel_id: 'channel-
|
|
150
|
+
channel_id: 'channel-5'
|
|
147
151
|
}
|
|
148
152
|
}]
|
|
149
153
|
}
|
|
@@ -14,20 +14,21 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
17
18
|
base: 'ibc/4646A60D9F2EC44B281852B38FE269E2D0870DA7A3BBD805DB5F9CD7AF0D6280',
|
|
18
|
-
name: 'Osmosis',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
19
20
|
display: 'osmo',
|
|
20
21
|
symbol: 'OSMO',
|
|
21
22
|
logo_URIs: {
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
25
|
},
|
|
25
|
-
coingecko_id: 'osmosis',
|
|
26
|
-
keywords: ['dex', 'staking'],
|
|
27
26
|
images: [{
|
|
28
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
30
29
|
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
31
32
|
traces: [{
|
|
32
33
|
type: 'ibc',
|
|
33
34
|
counterparty: {
|
|
@@ -49,6 +50,7 @@ const assets = {
|
|
|
49
50
|
denom: 'ion',
|
|
50
51
|
exponent: 6
|
|
51
52
|
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
52
54
|
base: 'ibc/B6CDF685593B482BAE58A7CDD6C1F1AAAA87F9D06752B80721B161BB8F78BAF2',
|
|
53
55
|
name: 'Ion',
|
|
54
56
|
display: 'ion',
|
|
@@ -57,12 +59,12 @@ const assets = {
|
|
|
57
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
61
|
},
|
|
60
|
-
coingecko_id: 'ion',
|
|
61
|
-
keywords: ['memecoin'],
|
|
62
62
|
images: [{
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
65
|
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
66
68
|
traces: [{
|
|
67
69
|
type: 'ibc',
|
|
68
70
|
counterparty: {
|
|
@@ -86,20 +88,21 @@ const assets = {
|
|
|
86
88
|
exponent: 6,
|
|
87
89
|
aliases: []
|
|
88
90
|
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
89
92
|
base: 'ibc/4646A60D9F2EC44B281852B38FE269E2D0870DA7A3BBD805DB5F9CD7AF0D6280',
|
|
90
|
-
name: 'Osmosis',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
91
94
|
display: 'osmo',
|
|
92
95
|
symbol: 'OSMO',
|
|
93
96
|
logo_URIs: {
|
|
94
97
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
99
|
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
100
|
images: [{
|
|
100
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
103
|
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
103
106
|
traces: [{
|
|
104
107
|
type: 'ibc',
|
|
105
108
|
counterparty: {
|
|
@@ -121,6 +124,7 @@ const assets = {
|
|
|
121
124
|
denom: 'ion',
|
|
122
125
|
exponent: 6
|
|
123
126
|
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
124
128
|
base: 'ibc/B6CDF685593B482BAE58A7CDD6C1F1AAAA87F9D06752B80721B161BB8F78BAF2',
|
|
125
129
|
name: 'Ion',
|
|
126
130
|
display: 'ion',
|
|
@@ -129,12 +133,12 @@ const assets = {
|
|
|
129
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
130
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
131
135
|
},
|
|
132
|
-
coingecko_id: 'ion',
|
|
133
|
-
keywords: ['memecoin'],
|
|
134
136
|
images: [{
|
|
135
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
139
|
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
138
142
|
traces: [{
|
|
139
143
|
type: 'ibc',
|
|
140
144
|
counterparty: {
|
|
@@ -229,20 +229,21 @@ const assets = {
|
|
|
229
229
|
exponent: 6,
|
|
230
230
|
aliases: []
|
|
231
231
|
}],
|
|
232
|
+
type_asset: 'sdk.coin',
|
|
232
233
|
base: 'ibc/EFC645B78840831D64CCA4674907E0A3C13258FFDF51071D0E79F12206A673F8',
|
|
233
|
-
name: 'Osmosis',
|
|
234
|
+
name: 'Osmosis Testnet',
|
|
234
235
|
display: 'osmo',
|
|
235
236
|
symbol: 'OSMO',
|
|
236
237
|
logo_URIs: {
|
|
237
238
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
238
239
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
239
240
|
},
|
|
240
|
-
coingecko_id: 'osmosis',
|
|
241
|
-
keywords: ['dex', 'staking'],
|
|
242
241
|
images: [{
|
|
243
242
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
244
243
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
245
244
|
}],
|
|
245
|
+
coingecko_id: 'osmosis',
|
|
246
|
+
keywords: ['dex', 'staking'],
|
|
246
247
|
traces: [{
|
|
247
248
|
type: 'ibc',
|
|
248
249
|
counterparty: {
|
|
@@ -264,6 +265,7 @@ const assets = {
|
|
|
264
265
|
denom: 'ion',
|
|
265
266
|
exponent: 6
|
|
266
267
|
}],
|
|
268
|
+
type_asset: 'sdk.coin',
|
|
267
269
|
base: 'ibc/DD090F9A627BB6E8DA3A2A00139F72672F1A5047D993A5CE289298C16ABD9BF5',
|
|
268
270
|
name: 'Ion',
|
|
269
271
|
display: 'ion',
|
|
@@ -272,12 +274,12 @@ const assets = {
|
|
|
272
274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
273
275
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
274
276
|
},
|
|
275
|
-
coingecko_id: 'ion',
|
|
276
|
-
keywords: ['memecoin'],
|
|
277
277
|
images: [{
|
|
278
278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
279
279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
280
280
|
}],
|
|
281
|
+
coingecko_id: 'ion',
|
|
282
|
+
keywords: ['memecoin'],
|
|
281
283
|
traces: [{
|
|
282
284
|
type: 'ibc',
|
|
283
285
|
counterparty: {
|
|
@@ -635,20 +637,21 @@ const assets = {
|
|
|
635
637
|
exponent: 6,
|
|
636
638
|
aliases: []
|
|
637
639
|
}],
|
|
640
|
+
type_asset: 'sdk.coin',
|
|
638
641
|
base: 'ibc/EFC645B78840831D64CCA4674907E0A3C13258FFDF51071D0E79F12206A673F8',
|
|
639
|
-
name: 'Osmosis',
|
|
642
|
+
name: 'Osmosis Testnet',
|
|
640
643
|
display: 'osmo',
|
|
641
644
|
symbol: 'OSMO',
|
|
642
645
|
logo_URIs: {
|
|
643
646
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
644
647
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
645
648
|
},
|
|
646
|
-
coingecko_id: 'osmosis',
|
|
647
|
-
keywords: ['dex', 'staking'],
|
|
648
649
|
images: [{
|
|
649
650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
650
651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
651
652
|
}],
|
|
653
|
+
coingecko_id: 'osmosis',
|
|
654
|
+
keywords: ['dex', 'staking'],
|
|
652
655
|
traces: [{
|
|
653
656
|
type: 'ibc',
|
|
654
657
|
counterparty: {
|
|
@@ -670,6 +673,7 @@ const assets = {
|
|
|
670
673
|
denom: 'ion',
|
|
671
674
|
exponent: 6
|
|
672
675
|
}],
|
|
676
|
+
type_asset: 'sdk.coin',
|
|
673
677
|
base: 'ibc/DD090F9A627BB6E8DA3A2A00139F72672F1A5047D993A5CE289298C16ABD9BF5',
|
|
674
678
|
name: 'Ion',
|
|
675
679
|
display: 'ion',
|
|
@@ -678,12 +682,12 @@ const assets = {
|
|
|
678
682
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
679
683
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
680
684
|
},
|
|
681
|
-
coingecko_id: 'ion',
|
|
682
|
-
keywords: ['memecoin'],
|
|
683
685
|
images: [{
|
|
684
686
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
685
687
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
686
688
|
}],
|
|
689
|
+
coingecko_id: 'ion',
|
|
690
|
+
keywords: ['memecoin'],
|
|
687
691
|
traces: [{
|
|
688
692
|
type: 'ibc',
|
|
689
693
|
counterparty: {
|
|
@@ -14,20 +14,21 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
17
18
|
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
18
|
-
name: 'Osmosis',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
19
20
|
display: 'osmo',
|
|
20
21
|
symbol: 'OSMO',
|
|
21
22
|
logo_URIs: {
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
25
|
},
|
|
25
|
-
coingecko_id: 'osmosis',
|
|
26
|
-
keywords: ['dex', 'staking'],
|
|
27
26
|
images: [{
|
|
28
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
30
29
|
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
31
32
|
traces: [{
|
|
32
33
|
type: 'ibc',
|
|
33
34
|
counterparty: {
|
|
@@ -49,6 +50,7 @@ const assets = {
|
|
|
49
50
|
denom: 'ion',
|
|
50
51
|
exponent: 6
|
|
51
52
|
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
52
54
|
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
53
55
|
name: 'Ion',
|
|
54
56
|
display: 'ion',
|
|
@@ -57,12 +59,12 @@ const assets = {
|
|
|
57
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
61
|
},
|
|
60
|
-
coingecko_id: 'ion',
|
|
61
|
-
keywords: ['memecoin'],
|
|
62
62
|
images: [{
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
65
|
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
66
68
|
traces: [{
|
|
67
69
|
type: 'ibc',
|
|
68
70
|
counterparty: {
|
|
@@ -86,20 +88,21 @@ const assets = {
|
|
|
86
88
|
exponent: 6,
|
|
87
89
|
aliases: []
|
|
88
90
|
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
89
92
|
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
90
|
-
name: 'Osmosis',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
91
94
|
display: 'osmo',
|
|
92
95
|
symbol: 'OSMO',
|
|
93
96
|
logo_URIs: {
|
|
94
97
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
99
|
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
100
|
images: [{
|
|
100
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
103
|
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
103
106
|
traces: [{
|
|
104
107
|
type: 'ibc',
|
|
105
108
|
counterparty: {
|
|
@@ -121,6 +124,7 @@ const assets = {
|
|
|
121
124
|
denom: 'ion',
|
|
122
125
|
exponent: 6
|
|
123
126
|
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
124
128
|
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
125
129
|
name: 'Ion',
|
|
126
130
|
display: 'ion',
|
|
@@ -129,12 +133,12 @@ const assets = {
|
|
|
129
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
130
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
131
135
|
},
|
|
132
|
-
coingecko_id: 'ion',
|
|
133
|
-
keywords: ['memecoin'],
|
|
134
136
|
images: [{
|
|
135
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
139
|
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
138
142
|
traces: [{
|
|
139
143
|
type: 'ibc',
|
|
140
144
|
counterparty: {
|
|
@@ -82,20 +82,21 @@ const assets = {
|
|
|
82
82
|
exponent: 6,
|
|
83
83
|
aliases: []
|
|
84
84
|
}],
|
|
85
|
+
type_asset: 'sdk.coin',
|
|
85
86
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
86
|
-
name: 'Osmosis',
|
|
87
|
+
name: 'Osmosis Testnet',
|
|
87
88
|
display: 'osmo',
|
|
88
89
|
symbol: 'OSMO',
|
|
89
90
|
logo_URIs: {
|
|
90
91
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
92
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
92
93
|
},
|
|
93
|
-
coingecko_id: 'osmosis',
|
|
94
|
-
keywords: ['dex', 'staking'],
|
|
95
94
|
images: [{
|
|
96
95
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
97
96
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
98
97
|
}],
|
|
98
|
+
coingecko_id: 'osmosis',
|
|
99
|
+
keywords: ['dex', 'staking'],
|
|
99
100
|
traces: [{
|
|
100
101
|
type: 'ibc',
|
|
101
102
|
counterparty: {
|
|
@@ -117,6 +118,7 @@ const assets = {
|
|
|
117
118
|
denom: 'ion',
|
|
118
119
|
exponent: 6
|
|
119
120
|
}],
|
|
121
|
+
type_asset: 'sdk.coin',
|
|
120
122
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
121
123
|
name: 'Ion',
|
|
122
124
|
display: 'ion',
|
|
@@ -125,12 +127,12 @@ const assets = {
|
|
|
125
127
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
126
128
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
127
129
|
},
|
|
128
|
-
coingecko_id: 'ion',
|
|
129
|
-
keywords: ['memecoin'],
|
|
130
130
|
images: [{
|
|
131
131
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
132
132
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
133
133
|
}],
|
|
134
|
+
coingecko_id: 'ion',
|
|
135
|
+
keywords: ['memecoin'],
|
|
134
136
|
traces: [{
|
|
135
137
|
type: 'ibc',
|
|
136
138
|
counterparty: {
|
|
@@ -187,20 +189,21 @@ const assets = {
|
|
|
187
189
|
exponent: 6,
|
|
188
190
|
aliases: []
|
|
189
191
|
}],
|
|
192
|
+
type_asset: 'sdk.coin',
|
|
190
193
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
191
|
-
name: 'Osmosis',
|
|
194
|
+
name: 'Osmosis Testnet',
|
|
192
195
|
display: 'osmo',
|
|
193
196
|
symbol: 'OSMO',
|
|
194
197
|
logo_URIs: {
|
|
195
198
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
196
199
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
197
200
|
},
|
|
198
|
-
coingecko_id: 'osmosis',
|
|
199
|
-
keywords: ['dex', 'staking'],
|
|
200
201
|
images: [{
|
|
201
202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
202
203
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
203
204
|
}],
|
|
205
|
+
coingecko_id: 'osmosis',
|
|
206
|
+
keywords: ['dex', 'staking'],
|
|
204
207
|
traces: [{
|
|
205
208
|
type: 'ibc',
|
|
206
209
|
counterparty: {
|
|
@@ -222,6 +225,7 @@ const assets = {
|
|
|
222
225
|
denom: 'ion',
|
|
223
226
|
exponent: 6
|
|
224
227
|
}],
|
|
228
|
+
type_asset: 'sdk.coin',
|
|
225
229
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
226
230
|
name: 'Ion',
|
|
227
231
|
display: 'ion',
|
|
@@ -230,12 +234,12 @@ const assets = {
|
|
|
230
234
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
231
235
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
232
236
|
},
|
|
233
|
-
coingecko_id: 'ion',
|
|
234
|
-
keywords: ['memecoin'],
|
|
235
237
|
images: [{
|
|
236
238
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
237
239
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
238
240
|
}],
|
|
241
|
+
coingecko_id: 'ion',
|
|
242
|
+
keywords: ['memecoin'],
|
|
239
243
|
traces: [{
|
|
240
244
|
type: 'ibc',
|
|
241
245
|
counterparty: {
|
|
@@ -14,20 +14,21 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
17
18
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
-
name: 'Osmosis',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
19
20
|
display: 'osmo',
|
|
20
21
|
symbol: 'OSMO',
|
|
21
22
|
logo_URIs: {
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
25
|
},
|
|
25
|
-
coingecko_id: 'osmosis',
|
|
26
|
-
keywords: ['dex', 'staking'],
|
|
27
26
|
images: [{
|
|
28
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
30
29
|
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
31
32
|
traces: [{
|
|
32
33
|
type: 'ibc',
|
|
33
34
|
counterparty: {
|
|
@@ -49,6 +50,7 @@ const assets = {
|
|
|
49
50
|
denom: 'ion',
|
|
50
51
|
exponent: 6
|
|
51
52
|
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
52
54
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
53
55
|
name: 'Ion',
|
|
54
56
|
display: 'ion',
|
|
@@ -57,12 +59,12 @@ const assets = {
|
|
|
57
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
61
|
},
|
|
60
|
-
coingecko_id: 'ion',
|
|
61
|
-
keywords: ['memecoin'],
|
|
62
62
|
images: [{
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
65
|
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
66
68
|
traces: [{
|
|
67
69
|
type: 'ibc',
|
|
68
70
|
counterparty: {
|
|
@@ -86,20 +88,21 @@ const assets = {
|
|
|
86
88
|
exponent: 6,
|
|
87
89
|
aliases: []
|
|
88
90
|
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
89
92
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
90
|
-
name: 'Osmosis',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
91
94
|
display: 'osmo',
|
|
92
95
|
symbol: 'OSMO',
|
|
93
96
|
logo_URIs: {
|
|
94
97
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
99
|
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
100
|
images: [{
|
|
100
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
103
|
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
103
106
|
traces: [{
|
|
104
107
|
type: 'ibc',
|
|
105
108
|
counterparty: {
|
|
@@ -121,6 +124,7 @@ const assets = {
|
|
|
121
124
|
denom: 'ion',
|
|
122
125
|
exponent: 6
|
|
123
126
|
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
124
128
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
125
129
|
name: 'Ion',
|
|
126
130
|
display: 'ion',
|
|
@@ -129,12 +133,12 @@ const assets = {
|
|
|
129
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
130
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
131
135
|
},
|
|
132
|
-
coingecko_id: 'ion',
|
|
133
|
-
keywords: ['memecoin'],
|
|
134
136
|
images: [{
|
|
135
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
139
|
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
138
142
|
traces: [{
|
|
139
143
|
type: 'ibc',
|
|
140
144
|
counterparty: {
|