diff --git a/near/nep141-locker/src/lib.rs b/near/nep141-locker/src/lib.rs index 80dc4a0c..07eec3bd 100644 --- a/near/nep141-locker/src/lib.rs +++ b/near/nep141-locker/src/lib.rs @@ -706,6 +706,7 @@ impl Contract { ext_token::ext(token) .with_static_gas(LOG_METADATA_GAS) + .with_attached_deposit(ONE_YOCTO) .ft_transfer(fin_transfer.fee_recipient, U128(fee), None) }