@chain-registry/osmosis 1.67.104 → 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 +106 -0
- package/esm/asset_list.js +10 -4
- package/esm/assets.js +106 -0
- 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
|
@@ -23917,6 +23917,112 @@ const assets = {
|
|
|
23917
23917
|
}
|
|
23918
23918
|
}],
|
|
23919
23919
|
coingecko_id: 'nillion'
|
|
23920
|
+
},
|
|
23921
|
+
{
|
|
23922
|
+
description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
|
|
23923
|
+
type_asset: 'ics20',
|
|
23924
|
+
denom_units: [{
|
|
23925
|
+
denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23926
|
+
exponent: 0,
|
|
23927
|
+
aliases: [
|
|
23928
|
+
'unit-move',
|
|
23929
|
+
'0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
23930
|
+
'0xa',
|
|
23931
|
+
'octa'
|
|
23932
|
+
]
|
|
23933
|
+
}, {
|
|
23934
|
+
denom: 'move',
|
|
23935
|
+
exponent: 8
|
|
23936
|
+
}],
|
|
23937
|
+
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23938
|
+
name: 'Movement (Ethereum via Axelar)',
|
|
23939
|
+
display: 'move',
|
|
23940
|
+
symbol: 'MOVE.eth.axl',
|
|
23941
|
+
traces: [{
|
|
23942
|
+
type: 'ibc',
|
|
23943
|
+
counterparty: {
|
|
23944
|
+
chain_name: 'axelar',
|
|
23945
|
+
base_denom: 'unit-move',
|
|
23946
|
+
channel_id: 'channel-3'
|
|
23947
|
+
},
|
|
23948
|
+
chain: {
|
|
23949
|
+
channel_id: 'channel-208',
|
|
23950
|
+
path: 'transfer/channel-208/unit-move'
|
|
23951
|
+
}
|
|
23952
|
+
}],
|
|
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
|
+
}, {
|
|
23960
|
+
image_sync: {
|
|
23961
|
+
chain_name: 'axelar',
|
|
23962
|
+
base_denom: 'unit-move'
|
|
23963
|
+
},
|
|
23964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
23965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
23966
|
+
theme: {
|
|
23967
|
+
circle: true,
|
|
23968
|
+
primary_color_hex: '#F1BB15'
|
|
23969
|
+
}
|
|
23970
|
+
}],
|
|
23971
|
+
socials: {
|
|
23972
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
23973
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
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
|
+
}
|
|
23920
24026
|
}
|
|
23921
24027
|
]
|
|
23922
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
|
@@ -23915,6 +23915,112 @@ const assets = {
|
|
|
23915
23915
|
}
|
|
23916
23916
|
}],
|
|
23917
23917
|
coingecko_id: 'nillion'
|
|
23918
|
+
},
|
|
23919
|
+
{
|
|
23920
|
+
description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
|
|
23921
|
+
type_asset: 'ics20',
|
|
23922
|
+
denom_units: [{
|
|
23923
|
+
denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23924
|
+
exponent: 0,
|
|
23925
|
+
aliases: [
|
|
23926
|
+
'unit-move',
|
|
23927
|
+
'0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
23928
|
+
'0xa',
|
|
23929
|
+
'octa'
|
|
23930
|
+
]
|
|
23931
|
+
}, {
|
|
23932
|
+
denom: 'move',
|
|
23933
|
+
exponent: 8
|
|
23934
|
+
}],
|
|
23935
|
+
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23936
|
+
name: 'Movement (Ethereum via Axelar)',
|
|
23937
|
+
display: 'move',
|
|
23938
|
+
symbol: 'MOVE.eth.axl',
|
|
23939
|
+
traces: [{
|
|
23940
|
+
type: 'ibc',
|
|
23941
|
+
counterparty: {
|
|
23942
|
+
chain_name: 'axelar',
|
|
23943
|
+
base_denom: 'unit-move',
|
|
23944
|
+
channel_id: 'channel-3'
|
|
23945
|
+
},
|
|
23946
|
+
chain: {
|
|
23947
|
+
channel_id: 'channel-208',
|
|
23948
|
+
path: 'transfer/channel-208/unit-move'
|
|
23949
|
+
}
|
|
23950
|
+
}],
|
|
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
|
+
}, {
|
|
23958
|
+
image_sync: {
|
|
23959
|
+
chain_name: 'axelar',
|
|
23960
|
+
base_denom: 'unit-move'
|
|
23961
|
+
},
|
|
23962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
23963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
23964
|
+
theme: {
|
|
23965
|
+
circle: true,
|
|
23966
|
+
primary_color_hex: '#F1BB15'
|
|
23967
|
+
}
|
|
23968
|
+
}],
|
|
23969
|
+
socials: {
|
|
23970
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
23971
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
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
|
+
}
|
|
23918
24024
|
}
|
|
23919
24025
|
]
|
|
23920
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
|
}
|