change default fee

master
lza_menace 2 years ago
parent ae0ebbab27
commit e1a727366f

@ -8,7 +8,7 @@ import {Ownable} from "openzeppelin-contracts/access/Ownable.sol";
contract SendIt is Ownable { contract SendIt is Ownable {
mapping(address => address) public addressVault; // users can store their personal vaults for ease of use mapping(address => address) public addressVault; // users can store their personal vaults for ease of use
uint256 public usageFee = .0001 ether; // charge a small fee for the cost savings it provides uint256 public usageFee = .00015 ether; // charge a small fee for the cost savings it provides
event TokenTransfer(address indexed contractAddress, uint256 tokenIndex, address indexed from, address indexed to); event TokenTransfer(address indexed contractAddress, uint256 tokenIndex, address indexed from, address indexed to);

Loading…
Cancel
Save