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 d6da354 commit 4875665Copy full SHA for 4875665
1 file changed
contracts/src/b20/FCFWrapper.sol
@@ -20,8 +20,8 @@ contract FCFWrapper is Context, ReentrancyGuard {
20
using SafeERC20 for IERC20;
21
22
address private constant _FCF_TOKEN = 0x67A7CA081Dc79B45fD1FA059Cd3b8dCcA779Aba3;
23
- string private constant _WRAPPED_NAME = "Wrapped fcf";
24
- string private constant _WRAPPED_SYMBOL = "wFCF";
+ string private constant _WRAPPED_NAME = "Wrapped Freecode";
+ string private constant _WRAPPED_SYMBOL = "WFCF";
25
uint8 private constant _WRAPPED_DECIMALS = 18;
26
27
IERC20 private immutable _underlying;
0 commit comments