@chain-registry/osmosis 1.67.105 → 1.67.106
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 +10 -4
- package/assets.js +59 -2
- package/esm/asset_list.js +10 -4
- package/esm/assets.js +59 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -20457,8 +20457,11 @@ const asset_list = {
|
|
|
20457
20457
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
20458
20458
|
}],
|
|
20459
20459
|
socials: {
|
|
20460
|
-
|
|
20461
|
-
|
|
20460
|
+
discord: 'https://discord.com/invite/burnt',
|
|
20461
|
+
github: 'https://github.com/burnt-labs',
|
|
20462
|
+
telegram: 'https://t.me/xion_announcements',
|
|
20463
|
+
twitter: 'https://x.com/burnt_xion',
|
|
20464
|
+
website: 'https://xion.burnt.com'
|
|
20462
20465
|
},
|
|
20463
20466
|
traces: [{
|
|
20464
20467
|
type: 'ibc',
|
|
@@ -28298,8 +28301,11 @@ const asset_list = {
|
|
|
28298
28301
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
28299
28302
|
}],
|
|
28300
28303
|
socials: {
|
|
28301
|
-
|
|
28302
|
-
|
|
28304
|
+
discord: 'https://discord.com/invite/burnt',
|
|
28305
|
+
github: 'https://github.com/burnt-labs',
|
|
28306
|
+
telegram: 'https://t.me/xion_announcements',
|
|
28307
|
+
twitter: 'https://x.com/burnt_xion',
|
|
28308
|
+
website: 'https://xion.burnt.com'
|
|
28303
28309
|
},
|
|
28304
28310
|
traces: [{
|
|
28305
28311
|
type: 'ibc',
|
package/assets.js
CHANGED
|
@@ -23935,9 +23935,9 @@ const assets = {
|
|
|
23935
23935
|
exponent: 8
|
|
23936
23936
|
}],
|
|
23937
23937
|
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23938
|
-
name: 'Movement (Ethereum)',
|
|
23938
|
+
name: 'Movement (Ethereum via Axelar)',
|
|
23939
23939
|
display: 'move',
|
|
23940
|
-
symbol: 'MOVE',
|
|
23940
|
+
symbol: 'MOVE.eth.axl',
|
|
23941
23941
|
traces: [{
|
|
23942
23942
|
type: 'ibc',
|
|
23943
23943
|
counterparty: {
|
|
@@ -23951,6 +23951,12 @@ const assets = {
|
|
|
23951
23951
|
}
|
|
23952
23952
|
}],
|
|
23953
23953
|
images: [{
|
|
23954
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
|
|
23955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
|
|
23956
|
+
theme: {
|
|
23957
|
+
primary_color_hex: '#F1BB15'
|
|
23958
|
+
}
|
|
23959
|
+
}, {
|
|
23954
23960
|
image_sync: {
|
|
23955
23961
|
chain_name: 'axelar',
|
|
23956
23962
|
base_denom: 'unit-move'
|
|
@@ -23966,6 +23972,57 @@ const assets = {
|
|
|
23966
23972
|
website: 'https://www.movementnetwork.xyz/',
|
|
23967
23973
|
twitter: 'https://twitter.com/movementfdn'
|
|
23968
23974
|
}
|
|
23975
|
+
},
|
|
23976
|
+
{
|
|
23977
|
+
description: 'An alloy of MOVE asset variants on Osmosis.',
|
|
23978
|
+
extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
|
|
23979
|
+
denom_units: [{
|
|
23980
|
+
denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
23981
|
+
exponent: 0
|
|
23982
|
+
}, {
|
|
23983
|
+
denom: 'allMOVE',
|
|
23984
|
+
exponent: 8
|
|
23985
|
+
}],
|
|
23986
|
+
type_asset: 'sdk.coin',
|
|
23987
|
+
address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
|
|
23988
|
+
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
23989
|
+
name: 'Movement (Alloy)',
|
|
23990
|
+
display: 'allMOVE',
|
|
23991
|
+
symbol: 'allMOVE',
|
|
23992
|
+
traces: [{
|
|
23993
|
+
type: 'synthetic',
|
|
23994
|
+
counterparty: {
|
|
23995
|
+
chain_name: 'movement',
|
|
23996
|
+
base_denom: '0xa'
|
|
23997
|
+
},
|
|
23998
|
+
provider: 'Osmosis'
|
|
23999
|
+
}],
|
|
24000
|
+
logo_URIs: {
|
|
24001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
|
|
24002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png'
|
|
24003
|
+
},
|
|
24004
|
+
images: [{
|
|
24005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
|
|
24006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
|
|
24007
|
+
theme: {
|
|
24008
|
+
primary_color_hex: '#F1BB15'
|
|
24009
|
+
}
|
|
24010
|
+
}, {
|
|
24011
|
+
image_sync: {
|
|
24012
|
+
chain_name: 'movement',
|
|
24013
|
+
base_denom: '0xa'
|
|
24014
|
+
},
|
|
24015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
24016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
24017
|
+
theme: {
|
|
24018
|
+
circle: true,
|
|
24019
|
+
primary_color_hex: '#F1BB15'
|
|
24020
|
+
}
|
|
24021
|
+
}],
|
|
24022
|
+
socials: {
|
|
24023
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
24024
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
24025
|
+
}
|
|
23969
24026
|
}
|
|
23970
24027
|
]
|
|
23971
24028
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -20455,8 +20455,11 @@ const asset_list = {
|
|
|
20455
20455
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
20456
20456
|
}],
|
|
20457
20457
|
socials: {
|
|
20458
|
-
|
|
20459
|
-
|
|
20458
|
+
discord: 'https://discord.com/invite/burnt',
|
|
20459
|
+
github: 'https://github.com/burnt-labs',
|
|
20460
|
+
telegram: 'https://t.me/xion_announcements',
|
|
20461
|
+
twitter: 'https://x.com/burnt_xion',
|
|
20462
|
+
website: 'https://xion.burnt.com'
|
|
20460
20463
|
},
|
|
20461
20464
|
traces: [{
|
|
20462
20465
|
type: 'ibc',
|
|
@@ -28296,8 +28299,11 @@ const asset_list = {
|
|
|
28296
28299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
28297
28300
|
}],
|
|
28298
28301
|
socials: {
|
|
28299
|
-
|
|
28300
|
-
|
|
28302
|
+
discord: 'https://discord.com/invite/burnt',
|
|
28303
|
+
github: 'https://github.com/burnt-labs',
|
|
28304
|
+
telegram: 'https://t.me/xion_announcements',
|
|
28305
|
+
twitter: 'https://x.com/burnt_xion',
|
|
28306
|
+
website: 'https://xion.burnt.com'
|
|
28301
28307
|
},
|
|
28302
28308
|
traces: [{
|
|
28303
28309
|
type: 'ibc',
|
package/esm/assets.js
CHANGED
|
@@ -23933,9 +23933,9 @@ const assets = {
|
|
|
23933
23933
|
exponent: 8
|
|
23934
23934
|
}],
|
|
23935
23935
|
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23936
|
-
name: 'Movement (Ethereum)',
|
|
23936
|
+
name: 'Movement (Ethereum via Axelar)',
|
|
23937
23937
|
display: 'move',
|
|
23938
|
-
symbol: 'MOVE',
|
|
23938
|
+
symbol: 'MOVE.eth.axl',
|
|
23939
23939
|
traces: [{
|
|
23940
23940
|
type: 'ibc',
|
|
23941
23941
|
counterparty: {
|
|
@@ -23949,6 +23949,12 @@ const assets = {
|
|
|
23949
23949
|
}
|
|
23950
23950
|
}],
|
|
23951
23951
|
images: [{
|
|
23952
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
|
|
23953
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
|
|
23954
|
+
theme: {
|
|
23955
|
+
primary_color_hex: '#F1BB15'
|
|
23956
|
+
}
|
|
23957
|
+
}, {
|
|
23952
23958
|
image_sync: {
|
|
23953
23959
|
chain_name: 'axelar',
|
|
23954
23960
|
base_denom: 'unit-move'
|
|
@@ -23964,6 +23970,57 @@ const assets = {
|
|
|
23964
23970
|
website: 'https://www.movementnetwork.xyz/',
|
|
23965
23971
|
twitter: 'https://twitter.com/movementfdn'
|
|
23966
23972
|
}
|
|
23973
|
+
},
|
|
23974
|
+
{
|
|
23975
|
+
description: 'An alloy of MOVE asset variants on Osmosis.',
|
|
23976
|
+
extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
|
|
23977
|
+
denom_units: [{
|
|
23978
|
+
denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
23979
|
+
exponent: 0
|
|
23980
|
+
}, {
|
|
23981
|
+
denom: 'allMOVE',
|
|
23982
|
+
exponent: 8
|
|
23983
|
+
}],
|
|
23984
|
+
type_asset: 'sdk.coin',
|
|
23985
|
+
address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
|
|
23986
|
+
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
23987
|
+
name: 'Movement (Alloy)',
|
|
23988
|
+
display: 'allMOVE',
|
|
23989
|
+
symbol: 'allMOVE',
|
|
23990
|
+
traces: [{
|
|
23991
|
+
type: 'synthetic',
|
|
23992
|
+
counterparty: {
|
|
23993
|
+
chain_name: 'movement',
|
|
23994
|
+
base_denom: '0xa'
|
|
23995
|
+
},
|
|
23996
|
+
provider: 'Osmosis'
|
|
23997
|
+
}],
|
|
23998
|
+
logo_URIs: {
|
|
23999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
|
|
24000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png'
|
|
24001
|
+
},
|
|
24002
|
+
images: [{
|
|
24003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
|
|
24004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
|
|
24005
|
+
theme: {
|
|
24006
|
+
primary_color_hex: '#F1BB15'
|
|
24007
|
+
}
|
|
24008
|
+
}, {
|
|
24009
|
+
image_sync: {
|
|
24010
|
+
chain_name: 'movement',
|
|
24011
|
+
base_denom: '0xa'
|
|
24012
|
+
},
|
|
24013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
24014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
24015
|
+
theme: {
|
|
24016
|
+
circle: true,
|
|
24017
|
+
primary_color_hex: '#F1BB15'
|
|
24018
|
+
}
|
|
24019
|
+
}],
|
|
24020
|
+
socials: {
|
|
24021
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
24022
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
24023
|
+
}
|
|
23967
24024
|
}
|
|
23968
24025
|
]
|
|
23969
24026
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.106",
|
|
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.106"
|
|
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": "69af7a053cdf0518d0a7cb6a74b3d77fa6d14165"
|
|
42
42
|
}
|