..."
);
//retreive stablecoin vault address being borrowed from and instantiate it
WarpVaultSCI WV = WarpVaultSCI(instanceSCTracker[_StableCoin]);
//call _borrow function on the stablecoin warp vault
WV._borrow(_amount, msg.sender);
emit NewBorrow(msg.sender, _St...