#!/bin/sh
set -e

. "$(dirname "$0")/0_env.sh"

MSG="{'is_request':'false','min_shares':'1000000000000000000000000'}"


near call "$DEPOSIT_ASSET_ID" ft_transfer_call "{\"receiver_id\":\"$CONTRACT_ID\",\"amount\":\"1000000000000000000000000\",\"msg\":\"$MSG\"}" --accountId "$DEPOSITOR_ID" --depositYocto 1 --gas 300000000000000 