@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/kyvetestnet.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/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
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/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
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/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
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/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
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/lavatestnet.js
CHANGED
|
@@ -84,20 +84,21 @@ const assets = {
|
|
|
84
84
|
exponent: 6,
|
|
85
85
|
aliases: []
|
|
86
86
|
}],
|
|
87
|
+
type_asset: 'sdk.coin',
|
|
87
88
|
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
88
|
-
name: 'Osmosis',
|
|
89
|
+
name: 'Osmosis Testnet',
|
|
89
90
|
display: 'osmo',
|
|
90
91
|
symbol: 'OSMO',
|
|
91
92
|
logo_URIs: {
|
|
92
93
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
93
94
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
94
95
|
},
|
|
95
|
-
coingecko_id: 'osmosis',
|
|
96
|
-
keywords: ['dex', 'staking'],
|
|
97
96
|
images: [{
|
|
98
97
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
99
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
100
99
|
}],
|
|
100
|
+
coingecko_id: 'osmosis',
|
|
101
|
+
keywords: ['dex', 'staking'],
|
|
101
102
|
traces: [{
|
|
102
103
|
type: 'ibc',
|
|
103
104
|
counterparty: {
|
|
@@ -119,6 +120,7 @@ const assets = {
|
|
|
119
120
|
denom: 'ion',
|
|
120
121
|
exponent: 6
|
|
121
122
|
}],
|
|
123
|
+
type_asset: 'sdk.coin',
|
|
122
124
|
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
123
125
|
name: 'Ion',
|
|
124
126
|
display: 'ion',
|
|
@@ -127,12 +129,12 @@ const assets = {
|
|
|
127
129
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
128
130
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
129
131
|
},
|
|
130
|
-
coingecko_id: 'ion',
|
|
131
|
-
keywords: ['memecoin'],
|
|
132
132
|
images: [{
|
|
133
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
134
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
135
135
|
}],
|
|
136
|
+
coingecko_id: 'ion',
|
|
137
|
+
keywords: ['memecoin'],
|
|
136
138
|
traces: [{
|
|
137
139
|
type: 'ibc',
|
|
138
140
|
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/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
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/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
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: {
|
|
@@ -14,20 +14,21 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
17
18
|
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
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/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
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/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
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/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
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/marstestnet.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/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
|
|
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/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
|
|
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: {
|
|
@@ -158,20 +160,21 @@ const assets = {
|
|
|
158
160
|
exponent: 6,
|
|
159
161
|
aliases: []
|
|
160
162
|
}],
|
|
163
|
+
type_asset: 'sdk.coin',
|
|
161
164
|
base: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
|
|
162
|
-
name: 'Osmosis',
|
|
165
|
+
name: 'Osmosis Testnet',
|
|
163
166
|
display: 'osmo',
|
|
164
167
|
symbol: 'OSMO',
|
|
165
168
|
logo_URIs: {
|
|
166
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
167
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
168
171
|
},
|
|
169
|
-
coingecko_id: 'osmosis',
|
|
170
|
-
keywords: ['dex', 'staking'],
|
|
171
172
|
images: [{
|
|
172
173
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
173
174
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
174
175
|
}],
|
|
176
|
+
coingecko_id: 'osmosis',
|
|
177
|
+
keywords: ['dex', 'staking'],
|
|
175
178
|
traces: [{
|
|
176
179
|
type: 'ibc',
|
|
177
180
|
counterparty: {
|
|
@@ -193,6 +196,7 @@ const assets = {
|
|
|
193
196
|
denom: 'ion',
|
|
194
197
|
exponent: 6
|
|
195
198
|
}],
|
|
199
|
+
type_asset: 'sdk.coin',
|
|
196
200
|
base: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
|
|
197
201
|
name: 'Ion',
|
|
198
202
|
display: 'ion',
|
|
@@ -201,12 +205,12 @@ const assets = {
|
|
|
201
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
202
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
203
207
|
},
|
|
204
|
-
coingecko_id: 'ion',
|
|
205
|
-
keywords: ['memecoin'],
|
|
206
208
|
images: [{
|
|
207
209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
208
210
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
209
211
|
}],
|
|
212
|
+
coingecko_id: 'ion',
|
|
213
|
+
keywords: ['memecoin'],
|
|
210
214
|
traces: [{
|
|
211
215
|
type: 'ibc',
|
|
212
216
|
counterparty: {
|
|
@@ -156,20 +156,21 @@ const assets = {
|
|
|
156
156
|
exponent: 6,
|
|
157
157
|
aliases: []
|
|
158
158
|
}],
|
|
159
|
+
type_asset: 'sdk.coin',
|
|
159
160
|
base: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
|
|
160
|
-
name: 'Osmosis',
|
|
161
|
+
name: 'Osmosis Testnet',
|
|
161
162
|
display: 'osmo',
|
|
162
163
|
symbol: 'OSMO',
|
|
163
164
|
logo_URIs: {
|
|
164
165
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
165
166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
166
167
|
},
|
|
167
|
-
coingecko_id: 'osmosis',
|
|
168
|
-
keywords: ['dex', 'staking'],
|
|
169
168
|
images: [{
|
|
170
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
171
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
172
171
|
}],
|
|
172
|
+
coingecko_id: 'osmosis',
|
|
173
|
+
keywords: ['dex', 'staking'],
|
|
173
174
|
traces: [{
|
|
174
175
|
type: 'ibc',
|
|
175
176
|
counterparty: {
|
|
@@ -191,6 +192,7 @@ const assets = {
|
|
|
191
192
|
denom: 'ion',
|
|
192
193
|
exponent: 6
|
|
193
194
|
}],
|
|
195
|
+
type_asset: 'sdk.coin',
|
|
194
196
|
base: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
|
|
195
197
|
name: 'Ion',
|
|
196
198
|
display: 'ion',
|
|
@@ -199,12 +201,12 @@ const assets = {
|
|
|
199
201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
200
202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
201
203
|
},
|
|
202
|
-
coingecko_id: 'ion',
|
|
203
|
-
keywords: ['memecoin'],
|
|
204
204
|
images: [{
|
|
205
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
206
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
207
207
|
}],
|
|
208
|
+
coingecko_id: 'ion',
|
|
209
|
+
keywords: ['memecoin'],
|
|
208
210
|
traces: [{
|
|
209
211
|
type: 'ibc',
|
|
210
212
|
counterparty: {
|
|
@@ -302,20 +304,21 @@ const assets = {
|
|
|
302
304
|
exponent: 6,
|
|
303
305
|
aliases: []
|
|
304
306
|
}],
|
|
307
|
+
type_asset: 'sdk.coin',
|
|
305
308
|
base: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
|
|
306
|
-
name: 'Osmosis',
|
|
309
|
+
name: 'Osmosis Testnet',
|
|
307
310
|
display: 'osmo',
|
|
308
311
|
symbol: 'OSMO',
|
|
309
312
|
logo_URIs: {
|
|
310
313
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
311
314
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
312
315
|
},
|
|
313
|
-
coingecko_id: 'osmosis',
|
|
314
|
-
keywords: ['dex', 'staking'],
|
|
315
316
|
images: [{
|
|
316
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
317
318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
318
319
|
}],
|
|
320
|
+
coingecko_id: 'osmosis',
|
|
321
|
+
keywords: ['dex', 'staking'],
|
|
319
322
|
traces: [{
|
|
320
323
|
type: 'ibc',
|
|
321
324
|
counterparty: {
|
|
@@ -337,6 +340,7 @@ const assets = {
|
|
|
337
340
|
denom: 'ion',
|
|
338
341
|
exponent: 6
|
|
339
342
|
}],
|
|
343
|
+
type_asset: 'sdk.coin',
|
|
340
344
|
base: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
|
|
341
345
|
name: 'Ion',
|
|
342
346
|
display: 'ion',
|
|
@@ -345,12 +349,12 @@ const assets = {
|
|
|
345
349
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
346
350
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
347
351
|
},
|
|
348
|
-
coingecko_id: 'ion',
|
|
349
|
-
keywords: ['memecoin'],
|
|
350
352
|
images: [{
|
|
351
353
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
352
354
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
353
355
|
}],
|
|
356
|
+
coingecko_id: 'ion',
|
|
357
|
+
keywords: ['memecoin'],
|
|
354
358
|
traces: [{
|
|
355
359
|
type: 'ibc',
|
|
356
360
|
counterparty: {
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -180,20 +180,21 @@ const assets = {
|
|
|
180
180
|
exponent: 6,
|
|
181
181
|
aliases: []
|
|
182
182
|
}],
|
|
183
|
+
type_asset: 'sdk.coin',
|
|
183
184
|
base: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
|
|
184
|
-
name: 'Osmosis',
|
|
185
|
+
name: 'Osmosis Testnet',
|
|
185
186
|
display: 'osmo',
|
|
186
187
|
symbol: 'OSMO',
|
|
187
188
|
logo_URIs: {
|
|
188
189
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
189
190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
190
191
|
},
|
|
191
|
-
coingecko_id: 'osmosis',
|
|
192
|
-
keywords: ['dex', 'staking'],
|
|
193
192
|
images: [{
|
|
194
193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
195
194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
196
195
|
}],
|
|
196
|
+
coingecko_id: 'osmosis',
|
|
197
|
+
keywords: ['dex', 'staking'],
|
|
197
198
|
traces: [{
|
|
198
199
|
type: 'ibc',
|
|
199
200
|
counterparty: {
|
|
@@ -215,6 +216,7 @@ const assets = {
|
|
|
215
216
|
denom: 'ion',
|
|
216
217
|
exponent: 6
|
|
217
218
|
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
218
220
|
base: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
|
|
219
221
|
name: 'Ion',
|
|
220
222
|
display: 'ion',
|
|
@@ -223,12 +225,12 @@ const assets = {
|
|
|
223
225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
224
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
225
227
|
},
|
|
226
|
-
coingecko_id: 'ion',
|
|
227
|
-
keywords: ['memecoin'],
|
|
228
228
|
images: [{
|
|
229
229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
230
230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
231
231
|
}],
|
|
232
|
+
coingecko_id: 'ion',
|
|
233
|
+
keywords: ['memecoin'],
|
|
232
234
|
traces: [{
|
|
233
235
|
type: 'ibc',
|
|
234
236
|
counterparty: {
|
|
@@ -357,20 +359,21 @@ const assets = {
|
|
|
357
359
|
exponent: 6,
|
|
358
360
|
aliases: []
|
|
359
361
|
}],
|
|
362
|
+
type_asset: 'sdk.coin',
|
|
360
363
|
base: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
|
|
361
|
-
name: 'Osmosis',
|
|
364
|
+
name: 'Osmosis Testnet',
|
|
362
365
|
display: 'osmo',
|
|
363
366
|
symbol: 'OSMO',
|
|
364
367
|
logo_URIs: {
|
|
365
368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
366
369
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
367
370
|
},
|
|
368
|
-
coingecko_id: 'osmosis',
|
|
369
|
-
keywords: ['dex', 'staking'],
|
|
370
371
|
images: [{
|
|
371
372
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
372
373
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
373
374
|
}],
|
|
375
|
+
coingecko_id: 'osmosis',
|
|
376
|
+
keywords: ['dex', 'staking'],
|
|
374
377
|
traces: [{
|
|
375
378
|
type: 'ibc',
|
|
376
379
|
counterparty: {
|
|
@@ -392,6 +395,7 @@ const assets = {
|
|
|
392
395
|
denom: 'ion',
|
|
393
396
|
exponent: 6
|
|
394
397
|
}],
|
|
398
|
+
type_asset: 'sdk.coin',
|
|
395
399
|
base: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
|
|
396
400
|
name: 'Ion',
|
|
397
401
|
display: 'ion',
|
|
@@ -400,12 +404,12 @@ const assets = {
|
|
|
400
404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
401
405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
402
406
|
},
|
|
403
|
-
coingecko_id: 'ion',
|
|
404
|
-
keywords: ['memecoin'],
|
|
405
407
|
images: [{
|
|
406
408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
407
409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
408
410
|
}],
|
|
411
|
+
coingecko_id: 'ion',
|
|
412
|
+
keywords: ['memecoin'],
|
|
409
413
|
traces: [{
|
|
410
414
|
type: 'ibc',
|
|
411
415
|
counterparty: {
|