@chain-registry/osmosis 1.67.177 → 1.67.179
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/asset_list.js +146 -6
- package/assets.js +4 -4
- package/esm/asset_list.js +146 -6
- package/esm/assets.js +4 -4
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -20133,6 +20133,76 @@ const asset_list = {
|
|
|
20133
20133
|
}
|
|
20134
20134
|
}]
|
|
20135
20135
|
},
|
|
20136
|
+
{
|
|
20137
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
20138
|
+
denom_units: [{
|
|
20139
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20140
|
+
exponent: 0,
|
|
20141
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
20142
|
+
}, {
|
|
20143
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
20144
|
+
exponent: 6
|
|
20145
|
+
}],
|
|
20146
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20147
|
+
name: 'PRYZM Base LP',
|
|
20148
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
20149
|
+
symbol: 'PRYZM-BASE-LP',
|
|
20150
|
+
logo_URIs: {
|
|
20151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20153
|
+
},
|
|
20154
|
+
images: [{
|
|
20155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20157
|
+
}],
|
|
20158
|
+
type_asset: 'sdk.coin',
|
|
20159
|
+
traces: [{
|
|
20160
|
+
type: 'ibc',
|
|
20161
|
+
counterparty: {
|
|
20162
|
+
channel_id: 'channel-2',
|
|
20163
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
20164
|
+
chain_name: 'pryzm'
|
|
20165
|
+
},
|
|
20166
|
+
chain: {
|
|
20167
|
+
channel_id: 'channel-75755'
|
|
20168
|
+
}
|
|
20169
|
+
}]
|
|
20170
|
+
},
|
|
20171
|
+
{
|
|
20172
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
20173
|
+
denom_units: [{
|
|
20174
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20175
|
+
exponent: 0,
|
|
20176
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
20177
|
+
}, {
|
|
20178
|
+
denom: 'lp:35:pryzm-usdc',
|
|
20179
|
+
exponent: 6
|
|
20180
|
+
}],
|
|
20181
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20182
|
+
name: 'PRYZM / USDC LP',
|
|
20183
|
+
display: 'lp:35:pryzm-usdc',
|
|
20184
|
+
symbol: 'PRYZM-USDC-LP',
|
|
20185
|
+
logo_URIs: {
|
|
20186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20188
|
+
},
|
|
20189
|
+
images: [{
|
|
20190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20192
|
+
}],
|
|
20193
|
+
type_asset: 'sdk.coin',
|
|
20194
|
+
traces: [{
|
|
20195
|
+
type: 'ibc',
|
|
20196
|
+
counterparty: {
|
|
20197
|
+
channel_id: 'channel-2',
|
|
20198
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
20199
|
+
chain_name: 'pryzm'
|
|
20200
|
+
},
|
|
20201
|
+
chain: {
|
|
20202
|
+
channel_id: 'channel-75755'
|
|
20203
|
+
}
|
|
20204
|
+
}]
|
|
20205
|
+
},
|
|
20136
20206
|
{
|
|
20137
20207
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
20138
20208
|
denom_units: [{
|
|
@@ -21873,14 +21943,14 @@ const asset_list = {
|
|
|
21873
21943
|
{
|
|
21874
21944
|
description: 'Taketitan the future of the asset management industry.',
|
|
21875
21945
|
denom_units: [{
|
|
21876
|
-
denom: 'ibc/
|
|
21946
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21877
21947
|
exponent: 0,
|
|
21878
21948
|
aliases: ['utitan']
|
|
21879
21949
|
}, {
|
|
21880
21950
|
denom: 'titan',
|
|
21881
21951
|
exponent: 6
|
|
21882
21952
|
}],
|
|
21883
|
-
base: 'ibc/
|
|
21953
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21884
21954
|
name: 'Titan',
|
|
21885
21955
|
display: 'titan',
|
|
21886
21956
|
symbol: 'TITAN',
|
|
@@ -21907,7 +21977,7 @@ const asset_list = {
|
|
|
21907
21977
|
chain_name: 'taketitan'
|
|
21908
21978
|
},
|
|
21909
21979
|
chain: {
|
|
21910
|
-
channel_id: 'channel-
|
|
21980
|
+
channel_id: 'channel-105111'
|
|
21911
21981
|
}
|
|
21912
21982
|
}]
|
|
21913
21983
|
},
|
|
@@ -30152,6 +30222,76 @@ const asset_list = {
|
|
|
30152
30222
|
}
|
|
30153
30223
|
}]
|
|
30154
30224
|
},
|
|
30225
|
+
{
|
|
30226
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
30227
|
+
denom_units: [{
|
|
30228
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30229
|
+
exponent: 0,
|
|
30230
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
30231
|
+
}, {
|
|
30232
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
30233
|
+
exponent: 6
|
|
30234
|
+
}],
|
|
30235
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30236
|
+
name: 'PRYZM Base LP',
|
|
30237
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
30238
|
+
symbol: 'PRYZM-BASE-LP',
|
|
30239
|
+
logo_URIs: {
|
|
30240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30242
|
+
},
|
|
30243
|
+
images: [{
|
|
30244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30246
|
+
}],
|
|
30247
|
+
type_asset: 'sdk.coin',
|
|
30248
|
+
traces: [{
|
|
30249
|
+
type: 'ibc',
|
|
30250
|
+
counterparty: {
|
|
30251
|
+
channel_id: 'channel-2',
|
|
30252
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
30253
|
+
chain_name: 'pryzm'
|
|
30254
|
+
},
|
|
30255
|
+
chain: {
|
|
30256
|
+
channel_id: 'channel-75755'
|
|
30257
|
+
}
|
|
30258
|
+
}]
|
|
30259
|
+
},
|
|
30260
|
+
{
|
|
30261
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
30262
|
+
denom_units: [{
|
|
30263
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30264
|
+
exponent: 0,
|
|
30265
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
30266
|
+
}, {
|
|
30267
|
+
denom: 'lp:35:pryzm-usdc',
|
|
30268
|
+
exponent: 6
|
|
30269
|
+
}],
|
|
30270
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30271
|
+
name: 'PRYZM / USDC LP',
|
|
30272
|
+
display: 'lp:35:pryzm-usdc',
|
|
30273
|
+
symbol: 'PRYZM-USDC-LP',
|
|
30274
|
+
logo_URIs: {
|
|
30275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30277
|
+
},
|
|
30278
|
+
images: [{
|
|
30279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30280
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30281
|
+
}],
|
|
30282
|
+
type_asset: 'sdk.coin',
|
|
30283
|
+
traces: [{
|
|
30284
|
+
type: 'ibc',
|
|
30285
|
+
counterparty: {
|
|
30286
|
+
channel_id: 'channel-2',
|
|
30287
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
30288
|
+
chain_name: 'pryzm'
|
|
30289
|
+
},
|
|
30290
|
+
chain: {
|
|
30291
|
+
channel_id: 'channel-75755'
|
|
30292
|
+
}
|
|
30293
|
+
}]
|
|
30294
|
+
},
|
|
30155
30295
|
{
|
|
30156
30296
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
30157
30297
|
denom_units: [{
|
|
@@ -31892,14 +32032,14 @@ const asset_list = {
|
|
|
31892
32032
|
{
|
|
31893
32033
|
description: 'Taketitan the future of the asset management industry.',
|
|
31894
32034
|
denom_units: [{
|
|
31895
|
-
denom: 'ibc/
|
|
32035
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31896
32036
|
exponent: 0,
|
|
31897
32037
|
aliases: ['utitan']
|
|
31898
32038
|
}, {
|
|
31899
32039
|
denom: 'titan',
|
|
31900
32040
|
exponent: 6
|
|
31901
32041
|
}],
|
|
31902
|
-
base: 'ibc/
|
|
32042
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31903
32043
|
name: 'Titan',
|
|
31904
32044
|
display: 'titan',
|
|
31905
32045
|
symbol: 'TITAN',
|
|
@@ -31926,7 +32066,7 @@ const asset_list = {
|
|
|
31926
32066
|
chain_name: 'taketitan'
|
|
31927
32067
|
},
|
|
31928
32068
|
chain: {
|
|
31929
|
-
channel_id: 'channel-
|
|
32069
|
+
channel_id: 'channel-105111'
|
|
31930
32070
|
}
|
|
31931
32071
|
}]
|
|
31932
32072
|
},
|
package/assets.js
CHANGED
|
@@ -24647,7 +24647,7 @@ const assets = {
|
|
|
24647
24647
|
{
|
|
24648
24648
|
description: 'TakeTitan Titans',
|
|
24649
24649
|
denom_units: [{
|
|
24650
|
-
denom: 'ibc/
|
|
24650
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24651
24651
|
exponent: 0,
|
|
24652
24652
|
aliases: ['utitan']
|
|
24653
24653
|
}, {
|
|
@@ -24656,7 +24656,7 @@ const assets = {
|
|
|
24656
24656
|
aliases: []
|
|
24657
24657
|
}],
|
|
24658
24658
|
type_asset: 'ics20',
|
|
24659
|
-
base: 'ibc/
|
|
24659
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24660
24660
|
name: 'TakeTitan Titans',
|
|
24661
24661
|
display: 'titan',
|
|
24662
24662
|
symbol: 'TITAN',
|
|
@@ -24668,8 +24668,8 @@ const assets = {
|
|
|
24668
24668
|
channel_id: 'channel-0'
|
|
24669
24669
|
},
|
|
24670
24670
|
chain: {
|
|
24671
|
-
channel_id: 'channel-
|
|
24672
|
-
path: 'transfer/channel-
|
|
24671
|
+
channel_id: 'channel-105111',
|
|
24672
|
+
path: 'transfer/channel-105111/utitan'
|
|
24673
24673
|
}
|
|
24674
24674
|
}],
|
|
24675
24675
|
logo_URIs: {
|
package/esm/asset_list.js
CHANGED
|
@@ -20131,6 +20131,76 @@ const asset_list = {
|
|
|
20131
20131
|
}
|
|
20132
20132
|
}]
|
|
20133
20133
|
},
|
|
20134
|
+
{
|
|
20135
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
20136
|
+
denom_units: [{
|
|
20137
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20138
|
+
exponent: 0,
|
|
20139
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
20140
|
+
}, {
|
|
20141
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
20142
|
+
exponent: 6
|
|
20143
|
+
}],
|
|
20144
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
20145
|
+
name: 'PRYZM Base LP',
|
|
20146
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
20147
|
+
symbol: 'PRYZM-BASE-LP',
|
|
20148
|
+
logo_URIs: {
|
|
20149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20151
|
+
},
|
|
20152
|
+
images: [{
|
|
20153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20155
|
+
}],
|
|
20156
|
+
type_asset: 'sdk.coin',
|
|
20157
|
+
traces: [{
|
|
20158
|
+
type: 'ibc',
|
|
20159
|
+
counterparty: {
|
|
20160
|
+
channel_id: 'channel-2',
|
|
20161
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
20162
|
+
chain_name: 'pryzm'
|
|
20163
|
+
},
|
|
20164
|
+
chain: {
|
|
20165
|
+
channel_id: 'channel-75755'
|
|
20166
|
+
}
|
|
20167
|
+
}]
|
|
20168
|
+
},
|
|
20169
|
+
{
|
|
20170
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
20171
|
+
denom_units: [{
|
|
20172
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20173
|
+
exponent: 0,
|
|
20174
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
20175
|
+
}, {
|
|
20176
|
+
denom: 'lp:35:pryzm-usdc',
|
|
20177
|
+
exponent: 6
|
|
20178
|
+
}],
|
|
20179
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
20180
|
+
name: 'PRYZM / USDC LP',
|
|
20181
|
+
display: 'lp:35:pryzm-usdc',
|
|
20182
|
+
symbol: 'PRYZM-USDC-LP',
|
|
20183
|
+
logo_URIs: {
|
|
20184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20186
|
+
},
|
|
20187
|
+
images: [{
|
|
20188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
20189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
20190
|
+
}],
|
|
20191
|
+
type_asset: 'sdk.coin',
|
|
20192
|
+
traces: [{
|
|
20193
|
+
type: 'ibc',
|
|
20194
|
+
counterparty: {
|
|
20195
|
+
channel_id: 'channel-2',
|
|
20196
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
20197
|
+
chain_name: 'pryzm'
|
|
20198
|
+
},
|
|
20199
|
+
chain: {
|
|
20200
|
+
channel_id: 'channel-75755'
|
|
20201
|
+
}
|
|
20202
|
+
}]
|
|
20203
|
+
},
|
|
20134
20204
|
{
|
|
20135
20205
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
20136
20206
|
denom_units: [{
|
|
@@ -21871,14 +21941,14 @@ const asset_list = {
|
|
|
21871
21941
|
{
|
|
21872
21942
|
description: 'Taketitan the future of the asset management industry.',
|
|
21873
21943
|
denom_units: [{
|
|
21874
|
-
denom: 'ibc/
|
|
21944
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21875
21945
|
exponent: 0,
|
|
21876
21946
|
aliases: ['utitan']
|
|
21877
21947
|
}, {
|
|
21878
21948
|
denom: 'titan',
|
|
21879
21949
|
exponent: 6
|
|
21880
21950
|
}],
|
|
21881
|
-
base: 'ibc/
|
|
21951
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21882
21952
|
name: 'Titan',
|
|
21883
21953
|
display: 'titan',
|
|
21884
21954
|
symbol: 'TITAN',
|
|
@@ -21905,7 +21975,7 @@ const asset_list = {
|
|
|
21905
21975
|
chain_name: 'taketitan'
|
|
21906
21976
|
},
|
|
21907
21977
|
chain: {
|
|
21908
|
-
channel_id: 'channel-
|
|
21978
|
+
channel_id: 'channel-105111'
|
|
21909
21979
|
}
|
|
21910
21980
|
}]
|
|
21911
21981
|
},
|
|
@@ -30150,6 +30220,76 @@ const asset_list = {
|
|
|
30150
30220
|
}
|
|
30151
30221
|
}]
|
|
30152
30222
|
},
|
|
30223
|
+
{
|
|
30224
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
30225
|
+
denom_units: [{
|
|
30226
|
+
denom: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30227
|
+
exponent: 0,
|
|
30228
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
30229
|
+
}, {
|
|
30230
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
30231
|
+
exponent: 6
|
|
30232
|
+
}],
|
|
30233
|
+
base: 'ibc/A0F802310D3249FE01A3B0EB966ED330C6A09F24CE42766B7EA8C26A1E00E0B1',
|
|
30234
|
+
name: 'PRYZM Base LP',
|
|
30235
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
30236
|
+
symbol: 'PRYZM-BASE-LP',
|
|
30237
|
+
logo_URIs: {
|
|
30238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30240
|
+
},
|
|
30241
|
+
images: [{
|
|
30242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30244
|
+
}],
|
|
30245
|
+
type_asset: 'sdk.coin',
|
|
30246
|
+
traces: [{
|
|
30247
|
+
type: 'ibc',
|
|
30248
|
+
counterparty: {
|
|
30249
|
+
channel_id: 'channel-2',
|
|
30250
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
30251
|
+
chain_name: 'pryzm'
|
|
30252
|
+
},
|
|
30253
|
+
chain: {
|
|
30254
|
+
channel_id: 'channel-75755'
|
|
30255
|
+
}
|
|
30256
|
+
}]
|
|
30257
|
+
},
|
|
30258
|
+
{
|
|
30259
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
30260
|
+
denom_units: [{
|
|
30261
|
+
denom: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30262
|
+
exponent: 0,
|
|
30263
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
30264
|
+
}, {
|
|
30265
|
+
denom: 'lp:35:pryzm-usdc',
|
|
30266
|
+
exponent: 6
|
|
30267
|
+
}],
|
|
30268
|
+
base: 'ibc/AAFBAE8D78167243B324C1FF4E0D1E426A78010264C8315CBA57F98A44CF66DC',
|
|
30269
|
+
name: 'PRYZM / USDC LP',
|
|
30270
|
+
display: 'lp:35:pryzm-usdc',
|
|
30271
|
+
symbol: 'PRYZM-USDC-LP',
|
|
30272
|
+
logo_URIs: {
|
|
30273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30275
|
+
},
|
|
30276
|
+
images: [{
|
|
30277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
30278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
30279
|
+
}],
|
|
30280
|
+
type_asset: 'sdk.coin',
|
|
30281
|
+
traces: [{
|
|
30282
|
+
type: 'ibc',
|
|
30283
|
+
counterparty: {
|
|
30284
|
+
channel_id: 'channel-2',
|
|
30285
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
30286
|
+
chain_name: 'pryzm'
|
|
30287
|
+
},
|
|
30288
|
+
chain: {
|
|
30289
|
+
channel_id: 'channel-75755'
|
|
30290
|
+
}
|
|
30291
|
+
}]
|
|
30292
|
+
},
|
|
30153
30293
|
{
|
|
30154
30294
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
30155
30295
|
denom_units: [{
|
|
@@ -31890,14 +32030,14 @@ const asset_list = {
|
|
|
31890
32030
|
{
|
|
31891
32031
|
description: 'Taketitan the future of the asset management industry.',
|
|
31892
32032
|
denom_units: [{
|
|
31893
|
-
denom: 'ibc/
|
|
32033
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31894
32034
|
exponent: 0,
|
|
31895
32035
|
aliases: ['utitan']
|
|
31896
32036
|
}, {
|
|
31897
32037
|
denom: 'titan',
|
|
31898
32038
|
exponent: 6
|
|
31899
32039
|
}],
|
|
31900
|
-
base: 'ibc/
|
|
32040
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31901
32041
|
name: 'Titan',
|
|
31902
32042
|
display: 'titan',
|
|
31903
32043
|
symbol: 'TITAN',
|
|
@@ -31924,7 +32064,7 @@ const asset_list = {
|
|
|
31924
32064
|
chain_name: 'taketitan'
|
|
31925
32065
|
},
|
|
31926
32066
|
chain: {
|
|
31927
|
-
channel_id: 'channel-
|
|
32067
|
+
channel_id: 'channel-105111'
|
|
31928
32068
|
}
|
|
31929
32069
|
}]
|
|
31930
32070
|
},
|
package/esm/assets.js
CHANGED
|
@@ -24645,7 +24645,7 @@ const assets = {
|
|
|
24645
24645
|
{
|
|
24646
24646
|
description: 'TakeTitan Titans',
|
|
24647
24647
|
denom_units: [{
|
|
24648
|
-
denom: 'ibc/
|
|
24648
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24649
24649
|
exponent: 0,
|
|
24650
24650
|
aliases: ['utitan']
|
|
24651
24651
|
}, {
|
|
@@ -24654,7 +24654,7 @@ const assets = {
|
|
|
24654
24654
|
aliases: []
|
|
24655
24655
|
}],
|
|
24656
24656
|
type_asset: 'ics20',
|
|
24657
|
-
base: 'ibc/
|
|
24657
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24658
24658
|
name: 'TakeTitan Titans',
|
|
24659
24659
|
display: 'titan',
|
|
24660
24660
|
symbol: 'TITAN',
|
|
@@ -24666,8 +24666,8 @@ const assets = {
|
|
|
24666
24666
|
channel_id: 'channel-0'
|
|
24667
24667
|
},
|
|
24668
24668
|
chain: {
|
|
24669
|
-
channel_id: 'channel-
|
|
24670
|
-
path: 'transfer/channel-
|
|
24669
|
+
channel_id: 'channel-105111',
|
|
24670
|
+
path: 'transfer/channel-105111/utitan'
|
|
24671
24671
|
}
|
|
24672
24672
|
}],
|
|
24673
24673
|
logo_URIs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.179",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.179"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b45d6660b2779ee1dac067d6c999fa3c858f21e4"
|
|
42
42
|
}
|