We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b953d commit 2db2accCopy full SHA for 2db2acc
src/token/ERC20/ERC4626/ERC4626Facet.sol
@@ -46,7 +46,7 @@ contract ERC4626Facet {
46
bytes32 constant STORAGE_POSITION = keccak256("compose.erc4626");
47
48
uint256 constant VIRTUAL_ASSET = 1;
49
- uint256 constant VIRTUAL_SHARE = 1;
+ uint256 constant VIRTUAL_SHARE = 1e1;
50
51
/**
52
* @dev ERC20 storage layout.
src/token/ERC20/ERC4626/ERC4626Mod.sol
@@ -38,7 +38,7 @@ bytes32 constant ERC20_STORAGE_POSITION = keccak256("compose.erc20");
38
39
40
41
-uint256 constant VIRTUAL_SHARE = 1;
+uint256 constant VIRTUAL_SHARE = 1e1;
42
43
44
* @dev Storage for ERC20 logic.
0 commit comments