@chain-registry/osmosis 1.67.30 → 1.67.32
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/assets.js +49 -6
- package/esm/assets.js +49 -6
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -8457,9 +8457,9 @@ const assets = {
|
|
|
8457
8457
|
}],
|
|
8458
8458
|
type_asset: 'ics20',
|
|
8459
8459
|
base: 'ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D',
|
|
8460
|
-
name: 'Filecoin',
|
|
8460
|
+
name: 'Filecoin (Axelar)',
|
|
8461
8461
|
display: 'fil',
|
|
8462
|
-
symbol: 'FIL',
|
|
8462
|
+
symbol: 'FIL.axl',
|
|
8463
8463
|
traces: [
|
|
8464
8464
|
{
|
|
8465
8465
|
type: 'wrapped',
|
|
@@ -8491,16 +8491,16 @@ const assets = {
|
|
|
8491
8491
|
}
|
|
8492
8492
|
],
|
|
8493
8493
|
logo_URIs: {
|
|
8494
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8495
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.png',
|
|
8495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.svg'
|
|
8496
8496
|
},
|
|
8497
8497
|
images: [{
|
|
8498
8498
|
image_sync: {
|
|
8499
8499
|
chain_name: 'filecoin',
|
|
8500
8500
|
base_denom: 'attoFIL'
|
|
8501
8501
|
},
|
|
8502
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8503
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.png',
|
|
8503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.svg',
|
|
8504
8504
|
theme: {
|
|
8505
8505
|
primary_color_hex: '#0493fc'
|
|
8506
8506
|
}
|
|
@@ -21999,6 +21999,49 @@ const assets = {
|
|
|
21999
21999
|
}
|
|
22000
22000
|
}],
|
|
22001
22001
|
keywords: ['meme']
|
|
22002
|
+
},
|
|
22003
|
+
{
|
|
22004
|
+
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
22005
|
+
extended_description: 'Multiple Filecoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FIL.',
|
|
22006
|
+
denom_units: [{
|
|
22007
|
+
denom: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
22008
|
+
exponent: 0
|
|
22009
|
+
}, {
|
|
22010
|
+
denom: 'allFIL',
|
|
22011
|
+
exponent: 12
|
|
22012
|
+
}],
|
|
22013
|
+
type_asset: 'sdk.coin',
|
|
22014
|
+
address: 'osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs',
|
|
22015
|
+
base: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
22016
|
+
name: 'Filecoin',
|
|
22017
|
+
display: 'allFIL',
|
|
22018
|
+
symbol: 'FIL',
|
|
22019
|
+
traces: [{
|
|
22020
|
+
type: 'synthetic',
|
|
22021
|
+
counterparty: {
|
|
22022
|
+
chain_name: 'filecoin',
|
|
22023
|
+
base_denom: 'attoFIL'
|
|
22024
|
+
},
|
|
22025
|
+
provider: 'Osmosis'
|
|
22026
|
+
}],
|
|
22027
|
+
logo_URIs: {
|
|
22028
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
22029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png'
|
|
22030
|
+
},
|
|
22031
|
+
images: [{
|
|
22032
|
+
image_sync: {
|
|
22033
|
+
chain_name: 'filecoin',
|
|
22034
|
+
base_denom: 'attoFIL'
|
|
22035
|
+
},
|
|
22036
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
22037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png',
|
|
22038
|
+
theme: {
|
|
22039
|
+
primary_color_hex: '#0493fc'
|
|
22040
|
+
}
|
|
22041
|
+
}, {
|
|
22042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
|
|
22043
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
|
|
22044
|
+
}]
|
|
22002
22045
|
}
|
|
22003
22046
|
]
|
|
22004
22047
|
};
|
package/esm/assets.js
CHANGED
|
@@ -8455,9 +8455,9 @@ const assets = {
|
|
|
8455
8455
|
}],
|
|
8456
8456
|
type_asset: 'ics20',
|
|
8457
8457
|
base: 'ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D',
|
|
8458
|
-
name: 'Filecoin',
|
|
8458
|
+
name: 'Filecoin (Axelar)',
|
|
8459
8459
|
display: 'fil',
|
|
8460
|
-
symbol: 'FIL',
|
|
8460
|
+
symbol: 'FIL.axl',
|
|
8461
8461
|
traces: [
|
|
8462
8462
|
{
|
|
8463
8463
|
type: 'wrapped',
|
|
@@ -8489,16 +8489,16 @@ const assets = {
|
|
|
8489
8489
|
}
|
|
8490
8490
|
],
|
|
8491
8491
|
logo_URIs: {
|
|
8492
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8493
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.png',
|
|
8493
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.svg'
|
|
8494
8494
|
},
|
|
8495
8495
|
images: [{
|
|
8496
8496
|
image_sync: {
|
|
8497
8497
|
chain_name: 'filecoin',
|
|
8498
8498
|
base_denom: 'attoFIL'
|
|
8499
8499
|
},
|
|
8500
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8501
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8500
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.png',
|
|
8501
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.svg',
|
|
8502
8502
|
theme: {
|
|
8503
8503
|
primary_color_hex: '#0493fc'
|
|
8504
8504
|
}
|
|
@@ -21997,6 +21997,49 @@ const assets = {
|
|
|
21997
21997
|
}
|
|
21998
21998
|
}],
|
|
21999
21999
|
keywords: ['meme']
|
|
22000
|
+
},
|
|
22001
|
+
{
|
|
22002
|
+
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
22003
|
+
extended_description: 'Multiple Filecoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FIL.',
|
|
22004
|
+
denom_units: [{
|
|
22005
|
+
denom: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
22006
|
+
exponent: 0
|
|
22007
|
+
}, {
|
|
22008
|
+
denom: 'allFIL',
|
|
22009
|
+
exponent: 12
|
|
22010
|
+
}],
|
|
22011
|
+
type_asset: 'sdk.coin',
|
|
22012
|
+
address: 'osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs',
|
|
22013
|
+
base: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
22014
|
+
name: 'Filecoin',
|
|
22015
|
+
display: 'allFIL',
|
|
22016
|
+
symbol: 'FIL',
|
|
22017
|
+
traces: [{
|
|
22018
|
+
type: 'synthetic',
|
|
22019
|
+
counterparty: {
|
|
22020
|
+
chain_name: 'filecoin',
|
|
22021
|
+
base_denom: 'attoFIL'
|
|
22022
|
+
},
|
|
22023
|
+
provider: 'Osmosis'
|
|
22024
|
+
}],
|
|
22025
|
+
logo_URIs: {
|
|
22026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
22027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png'
|
|
22028
|
+
},
|
|
22029
|
+
images: [{
|
|
22030
|
+
image_sync: {
|
|
22031
|
+
chain_name: 'filecoin',
|
|
22032
|
+
base_denom: 'attoFIL'
|
|
22033
|
+
},
|
|
22034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
22035
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png',
|
|
22036
|
+
theme: {
|
|
22037
|
+
primary_color_hex: '#0493fc'
|
|
22038
|
+
}
|
|
22039
|
+
}, {
|
|
22040
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
|
|
22041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
|
|
22042
|
+
}]
|
|
22000
22043
|
}
|
|
22001
22044
|
]
|
|
22002
22045
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.32",
|
|
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.32"
|
|
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": "9f55a311cdfc7fdd247a2388014b42990074d45d"
|
|
42
42
|
}
|