@chain-registry/osmosis 1.67.25 → 1.67.27
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 +1364 -24
- package/assets.js +40 -0
- package/esm/asset_list.js +1364 -24
- package/esm/assets.js +40 -0
- package/package.json +3 -3
package/esm/assets.js
CHANGED
|
@@ -14258,6 +14258,46 @@ const assets = {
|
|
|
14258
14258
|
}
|
|
14259
14259
|
}]
|
|
14260
14260
|
},
|
|
14261
|
+
{
|
|
14262
|
+
description: 'An alloy of XRP asset variants on Osmosis.',
|
|
14263
|
+
extended_description: 'Multiple Ripple variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of XRP.',
|
|
14264
|
+
denom_units: [{
|
|
14265
|
+
denom: 'factory/osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0/alloyed/allXRP',
|
|
14266
|
+
exponent: 0
|
|
14267
|
+
}, {
|
|
14268
|
+
denom: 'allXRP',
|
|
14269
|
+
exponent: 6
|
|
14270
|
+
}],
|
|
14271
|
+
type_asset: 'sdk.coin',
|
|
14272
|
+
address: 'osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0',
|
|
14273
|
+
base: 'factory/osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0/alloyed/allXRP',
|
|
14274
|
+
name: 'Ripple',
|
|
14275
|
+
display: 'allXRP',
|
|
14276
|
+
symbol: 'XRP',
|
|
14277
|
+
traces: [{
|
|
14278
|
+
type: 'synthetic',
|
|
14279
|
+
counterparty: {
|
|
14280
|
+
chain_name: 'xrpl',
|
|
14281
|
+
base_denom: 'drop'
|
|
14282
|
+
},
|
|
14283
|
+
provider: 'Osmosis'
|
|
14284
|
+
}],
|
|
14285
|
+
logo_URIs: {
|
|
14286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
14287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
|
|
14288
|
+
},
|
|
14289
|
+
images: [{
|
|
14290
|
+
image_sync: {
|
|
14291
|
+
chain_name: 'xrpl',
|
|
14292
|
+
base_denom: 'drop'
|
|
14293
|
+
},
|
|
14294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
14295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
14296
|
+
theme: {
|
|
14297
|
+
primary_color_hex: '#040404'
|
|
14298
|
+
}
|
|
14299
|
+
}]
|
|
14300
|
+
},
|
|
14261
14301
|
{
|
|
14262
14302
|
description: 'The Original Meme Coin of SEI Network',
|
|
14263
14303
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.27",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.27"
|
|
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": "f6c204473f087b55fc5f055485c1da47c0eda513"
|
|
42
42
|
}
|