|
1 |
| -# VToken Proxy Factory |
| 1 | +# VTokenProxyFactory |
2 | 2 |
|
3 | 3 | This factory deploys a ERC-1967 compliant transparent proxy and initializes it with the implementation of VToken.
|
4 | 4 |
|
@@ -45,12 +45,12 @@ struct RiskManagementInit {
|
45 | 45 | | `underlying_` | address | The underlying BEP-20 token to list |
|
46 | 46 | | `comptroller_` | address | The pool Comptroller |
|
47 | 47 | | `interestRateModel_` | address | Interest rate model to use |
|
48 |
| -| `initialExchangeRateMantissa_` | uint256 | The VToken to underlying exchange rate to start with | |
49 |
| -| `name_` | address | VToken name (usually it's "Venus " + underlying name) | |
50 |
| -| `symbol_` | address | VToken symbol (usually it's "v" + underlying symbol) | |
51 |
| -| `decimals_` | address | VToken decimals (the convention is to use 8 decimals for vTokens) | |
52 |
| -| `admin_` | address | VToken admin (should be Governance). Note that this is **not** the upgradeability administrator | |
| 48 | +| `initialExchangeRateMantissa_` | uint256 | The vToken to underlying exchange rate to start with | |
| 49 | +| `name_` | address | vToken name (usually it's "Venus " + underlying name) | |
| 50 | +| `symbol_` | address | vToken symbol (usually it's "v" + underlying symbol) | |
| 51 | +| `decimals_` | address | vToken decimals (the convention is to use 8 decimals for vTokens) | |
| 52 | +| `admin_` | address | vToken admin (should be Governance). Note that this is **not** the upgradeability administrator | |
53 | 53 | | `accessControlManager_` | address | [AccessControlManager](../governance/access-control-manager.md) contract |
|
54 | 54 | | `riskManagement` | RiskManagementInit | Addreses of the [Shortfall](../shortfall.md), [Risk Fund](../risk-fund.md), and [Protocol Share Reserve](../protocol-share-reserve.md) contracts |
|
55 | 55 | | `vTokenProxyAdmin_` | address | The address of the upgradeability admin |
|
56 |
| -| `tokenImplementation_` | address | VToken implementation contract | |
| 56 | +| `tokenImplementation_` | address | voken implementation contract | |
0 commit comments