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