Skip to content

Commit 4875665

Browse files
committed
(fix) update wrapped token name and symbol for consistency
1 parent d6da354 commit 4875665

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/src/b20/FCFWrapper.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ contract FCFWrapper is Context, ReentrancyGuard {
2020
using SafeERC20 for IERC20;
2121

2222
address private constant _FCF_TOKEN = 0x67A7CA081Dc79B45fD1FA059Cd3b8dCcA779Aba3;
23-
string private constant _WRAPPED_NAME = "Wrapped fcf";
24-
string private constant _WRAPPED_SYMBOL = "wFCF";
23+
string private constant _WRAPPED_NAME = "Wrapped Freecode";
24+
string private constant _WRAPPED_SYMBOL = "WFCF";
2525
uint8 private constant _WRAPPED_DECIMALS = 18;
2626

2727
IERC20 private immutable _underlying;

0 commit comments

Comments
 (0)