@chain-registry/assets 1.42.1 → 1.42.3
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/acrechain.js +0 -2
- package/esm/mainnet/axelar.js +8 -6
- package/esm/mainnet/composable.js +8 -6
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/dymension.js +8 -6
- package/esm/mainnet/evmos.js +8 -6
- package/esm/mainnet/injective.js +8 -6
- package/esm/mainnet/juno.js +0 -2
- package/esm/mainnet/kava.js +8 -6
- package/esm/mainnet/neutron.js +8 -6
- package/esm/mainnet/osmosis.js +8 -8
- package/esm/mainnet/secretnetwork.js +8 -8
- package/esm/mainnet/stargaze.js +8 -6
- package/esm/mainnet/stride.js +8 -6
- package/esm/mainnet/terra2.js +8 -8
- package/esm/mainnet/umee.js +8 -6
- 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 +14 -10
- 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/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/index.d.ts +1 -1
- package/mainnet/acrechain.js +0 -2
- package/mainnet/axelar.js +8 -6
- package/mainnet/composable.js +8 -6
- package/mainnet/crescent.js +0 -2
- package/mainnet/dymension.js +8 -6
- package/mainnet/evmos.js +8 -6
- package/mainnet/injective.js +8 -6
- package/mainnet/juno.js +0 -2
- package/mainnet/kava.js +8 -6
- package/mainnet/neutron.js +8 -6
- package/mainnet/osmosis.js +8 -8
- package/mainnet/secretnetwork.js +8 -8
- package/mainnet/stargaze.js +8 -6
- package/mainnet/stride.js +8 -6
- package/mainnet/terra2.js +8 -8
- package/mainnet/umee.js +8 -6
- 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 +14 -10
- 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/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
package/testnet/nolustestnet.js
CHANGED
|
@@ -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: {
|
|
@@ -154,20 +156,21 @@ const assets = {
|
|
|
154
156
|
exponent: 6,
|
|
155
157
|
aliases: []
|
|
156
158
|
}],
|
|
159
|
+
type_asset: 'sdk.coin',
|
|
157
160
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
158
|
-
name: 'Osmosis',
|
|
161
|
+
name: 'Osmosis Testnet',
|
|
159
162
|
display: 'osmo',
|
|
160
163
|
symbol: 'OSMO',
|
|
161
164
|
logo_URIs: {
|
|
162
165
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
163
166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
164
167
|
},
|
|
165
|
-
coingecko_id: 'osmosis',
|
|
166
|
-
keywords: ['dex', 'staking'],
|
|
167
168
|
images: [{
|
|
168
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
169
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
170
171
|
}],
|
|
172
|
+
coingecko_id: 'osmosis',
|
|
173
|
+
keywords: ['dex', 'staking'],
|
|
171
174
|
traces: [{
|
|
172
175
|
type: 'ibc',
|
|
173
176
|
counterparty: {
|
|
@@ -189,6 +192,7 @@ const assets = {
|
|
|
189
192
|
denom: 'ion',
|
|
190
193
|
exponent: 6
|
|
191
194
|
}],
|
|
195
|
+
type_asset: 'sdk.coin',
|
|
192
196
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
193
197
|
name: 'Ion',
|
|
194
198
|
display: 'ion',
|
|
@@ -197,12 +201,12 @@ const assets = {
|
|
|
197
201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
198
202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
199
203
|
},
|
|
200
|
-
coingecko_id: 'ion',
|
|
201
|
-
keywords: ['memecoin'],
|
|
202
204
|
images: [{
|
|
203
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
204
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
205
207
|
}],
|
|
208
|
+
coingecko_id: 'ion',
|
|
209
|
+
keywords: ['memecoin'],
|
|
206
210
|
traces: [{
|
|
207
211
|
type: 'ibc',
|
|
208
212
|
counterparty: {
|
|
@@ -83,20 +83,21 @@ const assets = {
|
|
|
83
83
|
exponent: 6,
|
|
84
84
|
aliases: []
|
|
85
85
|
}],
|
|
86
|
+
type_asset: 'sdk.coin',
|
|
86
87
|
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
87
|
-
name: 'Osmosis',
|
|
88
|
+
name: 'Osmosis Testnet',
|
|
88
89
|
display: 'osmo',
|
|
89
90
|
symbol: 'OSMO',
|
|
90
91
|
logo_URIs: {
|
|
91
92
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
92
93
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
93
94
|
},
|
|
94
|
-
coingecko_id: 'osmosis',
|
|
95
|
-
keywords: ['dex', 'staking'],
|
|
96
95
|
images: [{
|
|
97
96
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
97
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
98
|
}],
|
|
99
|
+
coingecko_id: 'osmosis',
|
|
100
|
+
keywords: ['dex', 'staking'],
|
|
100
101
|
traces: [{
|
|
101
102
|
type: 'ibc',
|
|
102
103
|
counterparty: {
|
|
@@ -118,6 +119,7 @@ const assets = {
|
|
|
118
119
|
denom: 'ion',
|
|
119
120
|
exponent: 6
|
|
120
121
|
}],
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
121
123
|
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
122
124
|
name: 'Ion',
|
|
123
125
|
display: 'ion',
|
|
@@ -126,12 +128,12 @@ const assets = {
|
|
|
126
128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
127
129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
128
130
|
},
|
|
129
|
-
coingecko_id: 'ion',
|
|
130
|
-
keywords: ['memecoin'],
|
|
131
131
|
images: [{
|
|
132
132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
133
133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
134
134
|
}],
|
|
135
|
+
coingecko_id: 'ion',
|
|
136
|
+
keywords: ['memecoin'],
|
|
135
137
|
traces: [{
|
|
136
138
|
type: 'ibc',
|
|
137
139
|
counterparty: {
|
|
@@ -224,20 +226,21 @@ const assets = {
|
|
|
224
226
|
exponent: 6,
|
|
225
227
|
aliases: []
|
|
226
228
|
}],
|
|
229
|
+
type_asset: 'sdk.coin',
|
|
227
230
|
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
228
|
-
name: 'Osmosis',
|
|
231
|
+
name: 'Osmosis Testnet',
|
|
229
232
|
display: 'osmo',
|
|
230
233
|
symbol: 'OSMO',
|
|
231
234
|
logo_URIs: {
|
|
232
235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
233
236
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
234
237
|
},
|
|
235
|
-
coingecko_id: 'osmosis',
|
|
236
|
-
keywords: ['dex', 'staking'],
|
|
237
238
|
images: [{
|
|
238
239
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
239
240
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
240
241
|
}],
|
|
242
|
+
coingecko_id: 'osmosis',
|
|
243
|
+
keywords: ['dex', 'staking'],
|
|
241
244
|
traces: [{
|
|
242
245
|
type: 'ibc',
|
|
243
246
|
counterparty: {
|
|
@@ -259,6 +262,7 @@ const assets = {
|
|
|
259
262
|
denom: 'ion',
|
|
260
263
|
exponent: 6
|
|
261
264
|
}],
|
|
265
|
+
type_asset: 'sdk.coin',
|
|
262
266
|
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
263
267
|
name: 'Ion',
|
|
264
268
|
display: 'ion',
|
|
@@ -267,12 +271,12 @@ const assets = {
|
|
|
267
271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
268
272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
269
273
|
},
|
|
270
|
-
coingecko_id: 'ion',
|
|
271
|
-
keywords: ['memecoin'],
|
|
272
274
|
images: [{
|
|
273
275
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
274
276
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
275
277
|
}],
|
|
278
|
+
coingecko_id: 'ion',
|
|
279
|
+
keywords: ['memecoin'],
|
|
276
280
|
traces: [{
|
|
277
281
|
type: 'ibc',
|
|
278
282
|
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/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
|
|
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/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
|
|
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/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
|
|
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/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
|
|
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: {
|
package/testnet/sagatestnet.js
CHANGED
|
@@ -49,20 +49,21 @@ const assets = {
|
|
|
49
49
|
exponent: 6,
|
|
50
50
|
aliases: []
|
|
51
51
|
}],
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
52
53
|
base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
|
|
53
|
-
name: 'Osmosis',
|
|
54
|
+
name: 'Osmosis Testnet',
|
|
54
55
|
display: 'osmo',
|
|
55
56
|
symbol: 'OSMO',
|
|
56
57
|
logo_URIs: {
|
|
57
58
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
58
59
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
59
60
|
},
|
|
60
|
-
coingecko_id: 'osmosis',
|
|
61
|
-
keywords: ['dex', 'staking'],
|
|
62
61
|
images: [{
|
|
63
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
64
63
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
65
64
|
}],
|
|
65
|
+
coingecko_id: 'osmosis',
|
|
66
|
+
keywords: ['dex', 'staking'],
|
|
66
67
|
traces: [{
|
|
67
68
|
type: 'ibc',
|
|
68
69
|
counterparty: {
|
|
@@ -84,6 +85,7 @@ const assets = {
|
|
|
84
85
|
denom: 'ion',
|
|
85
86
|
exponent: 6
|
|
86
87
|
}],
|
|
88
|
+
type_asset: 'sdk.coin',
|
|
87
89
|
base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
|
|
88
90
|
name: 'Ion',
|
|
89
91
|
display: 'ion',
|
|
@@ -92,12 +94,12 @@ const assets = {
|
|
|
92
94
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
93
95
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
94
96
|
},
|
|
95
|
-
coingecko_id: 'ion',
|
|
96
|
-
keywords: ['memecoin'],
|
|
97
97
|
images: [{
|
|
98
98
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
99
99
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
100
100
|
}],
|
|
101
|
+
coingecko_id: 'ion',
|
|
102
|
+
keywords: ['memecoin'],
|
|
101
103
|
traces: [{
|
|
102
104
|
type: 'ibc',
|
|
103
105
|
counterparty: {
|
|
@@ -156,20 +158,21 @@ const assets = {
|
|
|
156
158
|
exponent: 6,
|
|
157
159
|
aliases: []
|
|
158
160
|
}],
|
|
161
|
+
type_asset: 'sdk.coin',
|
|
159
162
|
base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
|
|
160
|
-
name: 'Osmosis',
|
|
163
|
+
name: 'Osmosis Testnet',
|
|
161
164
|
display: 'osmo',
|
|
162
165
|
symbol: 'OSMO',
|
|
163
166
|
logo_URIs: {
|
|
164
167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
165
168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
166
169
|
},
|
|
167
|
-
coingecko_id: 'osmosis',
|
|
168
|
-
keywords: ['dex', 'staking'],
|
|
169
170
|
images: [{
|
|
170
171
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
171
172
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
172
173
|
}],
|
|
174
|
+
coingecko_id: 'osmosis',
|
|
175
|
+
keywords: ['dex', 'staking'],
|
|
173
176
|
traces: [{
|
|
174
177
|
type: 'ibc',
|
|
175
178
|
counterparty: {
|
|
@@ -191,6 +194,7 @@ const assets = {
|
|
|
191
194
|
denom: 'ion',
|
|
192
195
|
exponent: 6
|
|
193
196
|
}],
|
|
197
|
+
type_asset: 'sdk.coin',
|
|
194
198
|
base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
|
|
195
199
|
name: 'Ion',
|
|
196
200
|
display: 'ion',
|
|
@@ -199,12 +203,12 @@ const assets = {
|
|
|
199
203
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
200
204
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
201
205
|
},
|
|
202
|
-
coingecko_id: 'ion',
|
|
203
|
-
keywords: ['memecoin'],
|
|
204
206
|
images: [{
|
|
205
207
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
206
208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
207
209
|
}],
|
|
210
|
+
coingecko_id: 'ion',
|
|
211
|
+
keywords: ['memecoin'],
|
|
208
212
|
traces: [{
|
|
209
213
|
type: 'ibc',
|
|
210
214
|
counterparty: {
|
package/testnet/sgetestnet.js
CHANGED
|
@@ -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: {
|
|
@@ -86,20 +86,21 @@ const assets = {
|
|
|
86
86
|
exponent: 6,
|
|
87
87
|
aliases: []
|
|
88
88
|
}],
|
|
89
|
+
type_asset: 'sdk.coin',
|
|
89
90
|
base: 'ibc/595E931CAD432E2AE4EBDF3C8B63150265B752C6E8410B64ABBA8875F3E1CFF3',
|
|
90
|
-
name: 'Osmosis',
|
|
91
|
+
name: 'Osmosis Testnet',
|
|
91
92
|
display: 'osmo',
|
|
92
93
|
symbol: 'OSMO',
|
|
93
94
|
logo_URIs: {
|
|
94
95
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
96
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
97
|
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
98
|
images: [{
|
|
100
99
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
100
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
101
|
}],
|
|
102
|
+
coingecko_id: 'osmosis',
|
|
103
|
+
keywords: ['dex', 'staking'],
|
|
103
104
|
traces: [{
|
|
104
105
|
type: 'ibc',
|
|
105
106
|
counterparty: {
|
|
@@ -121,6 +122,7 @@ const assets = {
|
|
|
121
122
|
denom: 'ion',
|
|
122
123
|
exponent: 6
|
|
123
124
|
}],
|
|
125
|
+
type_asset: 'sdk.coin',
|
|
124
126
|
base: 'ibc/6956448FB6415647C7065B983EDF76018FADDC95988F1BCC1C9B43C2354CF9BC',
|
|
125
127
|
name: 'Ion',
|
|
126
128
|
display: 'ion',
|
|
@@ -129,12 +131,12 @@ const assets = {
|
|
|
129
131
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
130
132
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
131
133
|
},
|
|
132
|
-
coingecko_id: 'ion',
|
|
133
|
-
keywords: ['memecoin'],
|
|
134
134
|
images: [{
|
|
135
135
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
137
|
}],
|
|
138
|
+
coingecko_id: 'ion',
|
|
139
|
+
keywords: ['memecoin'],
|
|
138
140
|
traces: [{
|
|
139
141
|
type: 'ibc',
|
|
140
142
|
counterparty: {
|
|
@@ -230,20 +232,21 @@ const assets = {
|
|
|
230
232
|
exponent: 6,
|
|
231
233
|
aliases: []
|
|
232
234
|
}],
|
|
235
|
+
type_asset: 'sdk.coin',
|
|
233
236
|
base: 'ibc/595E931CAD432E2AE4EBDF3C8B63150265B752C6E8410B64ABBA8875F3E1CFF3',
|
|
234
|
-
name: 'Osmosis',
|
|
237
|
+
name: 'Osmosis Testnet',
|
|
235
238
|
display: 'osmo',
|
|
236
239
|
symbol: 'OSMO',
|
|
237
240
|
logo_URIs: {
|
|
238
241
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
239
242
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
240
243
|
},
|
|
241
|
-
coingecko_id: 'osmosis',
|
|
242
|
-
keywords: ['dex', 'staking'],
|
|
243
244
|
images: [{
|
|
244
245
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
245
246
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
246
247
|
}],
|
|
248
|
+
coingecko_id: 'osmosis',
|
|
249
|
+
keywords: ['dex', 'staking'],
|
|
247
250
|
traces: [{
|
|
248
251
|
type: 'ibc',
|
|
249
252
|
counterparty: {
|
|
@@ -265,6 +268,7 @@ const assets = {
|
|
|
265
268
|
denom: 'ion',
|
|
266
269
|
exponent: 6
|
|
267
270
|
}],
|
|
271
|
+
type_asset: 'sdk.coin',
|
|
268
272
|
base: 'ibc/6956448FB6415647C7065B983EDF76018FADDC95988F1BCC1C9B43C2354CF9BC',
|
|
269
273
|
name: 'Ion',
|
|
270
274
|
display: 'ion',
|
|
@@ -273,12 +277,12 @@ const assets = {
|
|
|
273
277
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
274
278
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
275
279
|
},
|
|
276
|
-
coingecko_id: 'ion',
|
|
277
|
-
keywords: ['memecoin'],
|
|
278
280
|
images: [{
|
|
279
281
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
280
282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
281
283
|
}],
|
|
284
|
+
coingecko_id: 'ion',
|
|
285
|
+
keywords: ['memecoin'],
|
|
282
286
|
traces: [{
|
|
283
287
|
type: 'ibc',
|
|
284
288
|
counterparty: {
|