File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pragma solidity ^0.8.24;
33
44import {SepoliaConfig} from "@fhevm/solidity/config/ZamaConfig.sol " ;
55import {IERC20 } from "@openzeppelin/contracts/interfaces/IERC20.sol " ;
6- import {ConfidentialFungibleTokenERC20Wrapper, ConfidentialFungibleToken } from "../../token/extensions/ConfidentialFungibleTokenERC20Wrapper .sol " ;
6+ import {ERC7984ERC20Wrapper , ERC7984 } from "../../token/ERC7984/ extensions/ERC7984ERC20Wrapper .sol " ;
77
8- contract ConfidentialFungibleTokenERC20WrapperMock is ConfidentialFungibleTokenERC20Wrapper , SepoliaConfig {
8+ contract ERC7984ERC20WrapperMock is ERC7984ERC20Wrapper , SepoliaConfig {
99 constructor (
1010 IERC20 token ,
1111 string memory name ,
1212 string memory symbol ,
1313 string memory uri
14- ) ConfidentialFungibleTokenERC20Wrapper (token) ConfidentialFungibleToken (name, symbol, uri) {}
14+ ) ERC7984ERC20Wrapper (token) ERC7984 (name, symbol, uri) {}
1515}
You can’t perform that action at this time.
0 commit comments